#9EDD61

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

Shades of Conifer #9EDD61

Tints of Conifer #9EDD61

Color information

#9EDD61 (or 0x9EDD61) is unknown color: approx Conifer. HEX triplet: 9E, DD and 61. RGB value is (158,221,97). Sum of RGB (Red+Green+Blue) = 158+221+97=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD61 is #61229E. Grayscale: #BCBCBC. Windows color (decimal): -6365855 or 6413726. OLE color: 6413726.

HSL color Cylindrical-coordinate representation of color #9EDD61: hue angle of 90.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EDD61 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB15822197-
CMYK0.2900.560.13
HSL90.48º64.58%62.35%-
HSV(B)90.48º56.11%86.67%-
XYZ42.1159.8520.64-
YUV188.0376.63106.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=33.19%
G=46.43%
B=20.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158221970.2900.560.1390.4864.5862.35
Hex9EDD611D038D5a413e
Octal236335141350701513210176
Binary10011110110111011100001111010111000110110110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,221,97); }

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

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

 a { background-color: rgb(158,221,97); }

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

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

 span { border-color: rgb(158,221,97); }

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