#9DFE18

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

Shades of Spring Bud #9DFE18

Tints of Spring Bud #9DFE18

Color information

#9DFE18 (or 0x9DFE18) is unknown color: approx Spring Bud. HEX triplet: 9D, FE and 18. RGB value is (157,254,24). Sum of RGB (Red+Green+Blue) = 157+254+24=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFE18 is #6201E7. Grayscale: #C7C7C7. Windows color (decimal): -6423016 or 1638045. OLE color: 1638045.

HSL color Cylindrical-coordinate representation of color #9DFE18: hue angle of 85.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DFE18 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB15725424-
CMYK0.3800.910.00
HSL85.3º99.14%54.51%-
HSV(B)85.3º90.55%99.61%-
XYZ49.5178.1213.33-
YUV198.7829.3698.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 254 (99.61% from 255) = 58.39%
BLUE value IS 24 (9.77% from 255) = 5.52%
R=36.09%
G=58.39%
B=5.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal157254240.3800.910.0085.399.1454.51
Hex9DFE182605B0556337
Octal23537630460133012514367
Binary10011101111111101100010011001011011010101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,254,24); }

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

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

 a { background-color: rgb(157,254,24); }

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

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

 span { border-color: rgb(157,254,24); }

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