Html Css Color HEX #A6FA18 Spring Bud

📋 copy color: '#A6FA18'

red 166 ◦ green 250 ◦ blue 24

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

Shades of Spring Bud #A6FA18

Tints of Spring Bud #A6FA18

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.82%

 BLUE value IS 24 (9.77% from 255) = 5.45%

R = 37.73%
G = 56.82%
B = 5.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#A6FA18 (or 0xA6FA18) is known color: Spring Bud. HEX triplet: A6, FA and 18. RGB value is (166,250,24). Sum of RGB (Red+Green+Blue) = 166+250+24=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FA18 is #5905E7. Grayscale: #C7C7C7. Windows color (decimal): -5834216 or 1637030. OLE color: 1637030.

HSL color Cylindrical-coordinate representation of color #A6FA18: hue angle of 82.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6FA18 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 250 24 -
CMYK 0.34 0 0.90 0.02
HSL 82.3º 0.96% 0.54% -
HSV(B) 82.3º 0.9% 0.98% -
XYZ 50.08 76.54 13 -
YUV 199.12 29.17 104.38 -
System Red Green Blue C M Y K H S L
Decimal 166 250 24 0.34 0 0.90 0.02 82.3 0.96 0.54
Hex A6 FA 18 22 0 5A 2 52 60 36
Octal 246 372 30 42 0 132 2 122 140 66
Binary 10100110 11111010 11000 100010 0 1011010 10 1010010 1100000 110110

Color Harmonies of #A6FA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FA18

Black with #A6FA18

Text Example


Text Example

White with #A6FA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FA18; }

 p { color: rgb(166,250,24); }

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

background-color css

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

 a { background-color: rgb(166,250,24); }

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

border-color css

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

 span { border-color: rgb(166,250,24); }

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