#9CD95A

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

Shades of Conifer #9CD95A

Tints of Conifer #9CD95A

Color information

#9CD95A (or 0x9CD95A) is unknown color: approx Conifer. HEX triplet: 9C, D9 and 5A. RGB value is (156,217,90). Sum of RGB (Red+Green+Blue) = 156+217+90=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD95A is #6326A5. Grayscale: #B8B8B8. Windows color (decimal): -6497958 or 5953948. OLE color: 5953948.

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

Color convert

RGB15621790-
CMYK0.2800.590.15
HSL88.82º62.56%60.2%-
HSV(B)88.82º58.53%85.1%-
XYZ40.3757.4318.63-
YUV184.2874.79107.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=33.69%
G=46.87%
B=19.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156217900.2800.590.1588.8262.5660.2
Hex9CD95A1C03BF593f3c
Octal23433113234073171317774
Binary1001110011011001101101011100011101111111011001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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