#9CF813

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

Shades of Spring Bud #9CF813

Tints of Spring Bud #9CF813

Color information

#9CF813 (or 0x9CF813) is unknown color: approx Spring Bud. HEX triplet: 9C, F8 and 13. RGB value is (156,248,19). Sum of RGB (Red+Green+Blue) = 156+248+19=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 248 (97.27% from 255 or 58.63% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF813 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF813 is #6307EC. Grayscale: #C3C3C3. Windows color (decimal): -6490093 or 1308828. OLE color: 1308828.

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

Color convert

RGB15624819-
CMYK0.3700.920.03
HSL84.1º94.24%52.35%-
HSV(B)84.1º92.34%97.25%-
XYZ47.474.2512.45-
YUV194.3929.02100.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 248 (97.27% from 255) = 58.63%
BLUE value IS 19 (7.81% from 255) = 4.49%
R=36.88%
G=58.63%
B=4.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal156248190.3700.920.0384.194.2452.35
Hex9CF8132505C3545e34
Octal23437023450134312413664
Binary100111001111100010011100101010111001110101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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