#9DCE5C

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

Shades of Conifer #9DCE5C

Tints of Conifer #9DCE5C

Color information

#9DCE5C (or 0x9DCE5C) is unknown color: approx Conifer. HEX triplet: 9D, CE and 5C. RGB value is (157,206,92). Sum of RGB (Red+Green+Blue) = 157+206+92=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE5C is #6231A3. Grayscale: #B2B2B2. Windows color (decimal): -6435236 or 6082205. OLE color: 6082205.

HSL color Cylindrical-coordinate representation of color #9DCE5C: hue angle of 85.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DCE5C is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB15720692-
CMYK0.2400.550.19
HSL85.79º53.77%58.43%-
HSV(B)85.79º55.34%80.78%-
XYZ37.9152.0818.18-
YUV178.3579.27112.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 206 (80.86% from 255) = 45.27%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=34.51%
G=45.27%
B=20.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal157206920.2400.550.1985.7953.7758.43
Hex9DCE5C180371356363a
Octal23531613430067231266672
Binary10011101110011101011100110000110111100111010110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,92); }

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

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

 a { background-color: rgb(157,206,92); }

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

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

 span { border-color: rgb(157,206,92); }

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