Html Css Color HEX #A6F10A Spring Bud

📋 copy color: '#A6F10A'

red 166 ◦ green 241 ◦ blue 10

#A6F10A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #A6F10A

Tints of Spring Bud #A6F10A

RGB

 RED value IS 166 (65.23% from 255) = 39.81%

 GREEN value IS 241 (94.53% from 255) = 57.79%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 39.81%
G = 57.79%
B = 2.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A6F10A (or 0xA6F10A) is known color: Spring Bud. HEX triplet: A6, F1 and 0A. RGB value is (166,241,10). Sum of RGB (Red+Green+Blue) = 166+241+10=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F10A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F10A is #590EF5. Grayscale: #C1C1C1. Windows color (decimal): -5836534 or 717222. OLE color: 717222.

HSL color Cylindrical-coordinate representation of color #A6F10A: hue angle of 79.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6F10A is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 241 10 -
CMYK 0.31 0 0.96 0.05
HSL 79.48º 0.92% 0.49% -
HSV(B) 79.48º 0.96% 0.95% -
XYZ 47.24 71.04 11.51 -
YUV 192.24 25.15 109.28 -
System Red Green Blue C M Y K H S L
Decimal 166 241 10 0.31 0 0.96 0.05 79.48 0.92 0.49
Hex A6 F1 A 1F 0 60 5 4F 5C 31
Octal 246 361 12 37 0 140 5 117 134 61
Binary 10100110 11110001 1010 11111 0 1100000 101 1001111 1011100 110001

Color Harmonies of #A6F10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F10A

Black with #A6F10A

Text Example


Text Example

White with #A6F10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F10A; }

 p { color: rgb(166,241,10); }

 H1.HeaderClassName
 {
   color: #A6F10A;
 }
 .AnyTagClassName
 {
   color: #A6F10A;
 }
</style>

background-color css

<style>
 a { background-color: #A6F10A; }

 a { background-color: rgb(166,241,10); }

 div.DivClassName
 {
   background-color: #A6F10A;
 }
 .BgClassName
 {
   background-color: #A6F10A;
 }
</style>

border-color css

<style>
 span { border-color: #A6F10A; }

 span { border-color: rgb(166,241,10); }

 td.TdClassName
 {
   border-color: #A6F10A;
 }
 .TagClassName
 {
   border-color: #A6F10A;
 }
</style>