#9CF518

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

Shades of Spring Bud #9CF518

Tints of Spring Bud #9CF518

Color information

#9CF518 (or 0x9CF518) is unknown color: approx Spring Bud. HEX triplet: 9C, F5 and 18. RGB value is (156,245,24). Sum of RGB (Red+Green+Blue) = 156+245+24=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 245 (96.09% from 255 or 57.65% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF518 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF518 is #630AE7. Grayscale: #C1C1C1. Windows color (decimal): -6490856 or 1635740. OLE color: 1635740.

HSL color Cylindrical-coordinate representation of color #9CF518: hue angle of 84.16º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CF518 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB15624524-
CMYK0.3600.900.04
HSL84.16º91.7%52.75%-
HSV(B)84.16º90.2%96.08%-
XYZ46.5372.4412.39-
YUV193.232.51101.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 245 (96.09% from 255) = 57.65%
BLUE value IS 24 (9.77% from 255) = 5.65%
R=36.71%
G=57.65%
B=5.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal156245240.3600.900.0484.1691.752.75
Hex9CF5182405A4545c35
Octal23436530440132412413465
Binary1001110011110101110001001000101101010010101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,245,24); }

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

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

 a { background-color: rgb(156,245,24); }

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

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

 span { border-color: rgb(156,245,24); }

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