#9AFC17

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

Shades of Spring Bud #9AFC17

Tints of Spring Bud #9AFC17

Color information

#9AFC17 (or 0x9AFC17) is unknown color: approx Spring Bud. HEX triplet: 9A, FC and 17. RGB value is (154,252,23). Sum of RGB (Red+Green+Blue) = 154+252+23=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFC17 is #6503E8. Grayscale: #C5C5C5. Windows color (decimal): -6620137 or 1571994. OLE color: 1571994.

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

Color convert

RGB15425223-
CMYK0.3900.910.01
HSL85.68º97.45%53.92%-
HSV(B)85.68º90.87%98.82%-
XYZ48.2976.5513.04-
YUV196.5930.0397.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 252 (98.83% from 255) = 58.74%
BLUE value IS 23 (9.38% from 255) = 5.36%
R=35.90%
G=58.74%
B=5.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal154252230.3900.910.0185.6897.4553.92
Hex9AFC172705B1566136
Octal23237427470133112614166
Binary10011010111111001011110011101011011110101101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFC17; }

 p { color: rgb(154,252,23); }

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

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

 a { background-color: rgb(154,252,23); }

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

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

 span { border-color: rgb(154,252,23); }

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