#9de05b

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

Shades of Conifer #9DE05B

Tints of Conifer #9DE05B

Color information

#9DE05B (or 0x9DE05B) is unknown color: approx Conifer. HEX triplet: 9D, E0 and 5B. RGB value is (157,224,91). Sum of RGB (Red+Green+Blue) = 157+224+91=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE05B is #621FA4. Grayscale: #BDBDBD. Windows color (decimal): -6430629 or 6021277. OLE color: 6021277.

HSL color Cylindrical-coordinate representation of color #9DE05B: hue angle of 90.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DE05B is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB15722491-
CMYK0.3000.590.12
HSL90.23º68.21%61.76%-
HSV(B)90.23º59.38%87.84%-
XYZ42.4561.2319.48-
YUV188.872.8105.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 224 (87.89% from 255) = 47.46%
BLUE value IS 91 (35.94% from 255) = 19.28%
R=33.26%
G=47.46%
B=19.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157224910.3000.590.1290.2368.2161.76
Hex9DE05B1E03BC5a443e
Octal235340133360731413210476
Binary10011101111000001011011111100111011110010110101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9de05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,224,91); }

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

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

 a { background-color: rgb(157,224,91); }

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

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

 span { border-color: rgb(157,224,91); }

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