#9CF818

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

Shades of Spring Bud #9CF818

Tints of Spring Bud #9CF818

Color information

#9CF818 (or 0x9CF818) is unknown color: approx Spring Bud. HEX triplet: 9C, F8 and 18. RGB value is (156,248,24). Sum of RGB (Red+Green+Blue) = 156+248+24=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 248 (97.27% from 255 or 57.94% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF818 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF818 is #6307E7. Grayscale: #C3C3C3. Windows color (decimal): -6490088 or 1636508. OLE color: 1636508.

HSL color Cylindrical-coordinate representation of color #9CF818: hue angle of 84.64º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CF818 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB15624824-
CMYK0.3700.900.03
HSL84.64º94.12%53.33%-
HSV(B)84.64º90.32%97.25%-
XYZ47.4474.2712.7-
YUV194.9631.52100.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 248 (97.27% from 255) = 57.94%
BLUE value IS 24 (9.77% from 255) = 5.61%
R=36.45%
G=57.94%
B=5.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal156248240.3700.900.0384.6494.1253.33
Hex9CF8182505A3555e35
Octal23437030450132312513665
Binary100111001111100011000100101010110101110101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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