#9CD95D

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

Shades of Conifer #9CD95D

Tints of Conifer #9CD95D

Color information

#9CD95D (or 0x9CD95D) is unknown color: approx Conifer. HEX triplet: 9C, D9 and 5D. RGB value is (156,217,93). Sum of RGB (Red+Green+Blue) = 156+217+93=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD95D is #6326A2. Grayscale: #B9B9B9. Windows color (decimal): -6497955 or 6150556. OLE color: 6150556.

HSL color Cylindrical-coordinate representation of color #9CD95D: hue angle of 89.52º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CD95D is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB15621793-
CMYK0.2800.570.15
HSL89.52º62%60.78%-
HSV(B)89.52º57.14%85.1%-
XYZ40.557.4819.32-
YUV184.6276.29107.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=33.48%
G=46.57%
B=19.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156217930.2800.570.1589.526260.78
Hex9CD95D1C039F5a3e3d
Octal23433113534071171327675
Binary1001110011011001101110111100011100111111011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,217,93); }

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

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

 a { background-color: rgb(156,217,93); }

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

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

 span { border-color: rgb(156,217,93); }

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