#A6FC18

Color #A6FC18 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A6FC18

Tints of Spring Bud #A6FC18

Color information

#A6FC18 (or 0xA6FC18) is unknown color: approx Spring Bud. HEX triplet: A6, FC and 18. RGB value is (166,252,24). Sum of RGB (Red+Green+Blue) = 166+252+24=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FC18 is #5903E7. Grayscale: #C9C9C9. Windows color (decimal): -5833704 or 1637542. OLE color: 1637542.

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

Color convert

RGB16625224-
CMYK0.3400.900.01
HSL82.63º97.44%54.12%-
HSV(B)82.63º90.48%98.82%-
XYZ50.777.7913.21-
YUV200.2928.51103.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 252 (98.83% from 255) = 57.01%
BLUE value IS 24 (9.77% from 255) = 5.43%
R=37.56%
G=57.01%
B=5.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166252240.3400.900.0182.6397.4454.12
HexA6FC182205A1536136
Octal24637430420132112314166
Binary10100110111111001100010001001011010110100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FC18; }

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

 H1.HeaderClassName
 {
   color: #A6FC18;
 }
 .AnyTagClassName
 {
   color: #A6FC18;
 }
</style>
background-color css

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

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

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

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

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

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