#9DE14B

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

Shades of Conifer #9DE14B

Tints of Conifer #9DE14B

Color information

#9DE14B (or 0x9DE14B) is unknown color: approx Conifer. HEX triplet: 9D, E1 and 4B. RGB value is (157,225,75). Sum of RGB (Red+Green+Blue) = 157+225+75=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE14B is #621EB4. Grayscale: #BCBCBC. Windows color (decimal): -6430389 or 4972957. OLE color: 4972957.

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

Color convert

RGB15722575-
CMYK0.3000.670.12
HSL87.2º71.43%58.82%-
HSV(B)87.2º66.67%88.24%-
XYZ42.161.5316.31-
YUV187.5764.47106.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 225 (88.28% from 255) = 49.23%
BLUE value IS 75 (29.69% from 255) = 16.41%
R=34.35%
G=49.23%
B=16.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157225750.3000.670.1287.271.4358.82
Hex9DE14B1E043C57473b
Octal2353411133601031412710773
Binary100111011110000110010111111001000011110010101111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,75); }

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

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

 a { background-color: rgb(157,225,75); }

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

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

 span { border-color: rgb(157,225,75); }

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