#9CD952

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

Shades of Conifer #9CD952

Tints of Conifer #9CD952

Color information

#9CD952 (or 0x9CD952) is unknown color: approx Conifer. HEX triplet: 9C, D9 and 52. RGB value is (156,217,82). Sum of RGB (Red+Green+Blue) = 156+217+82=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD952 is #6326AD. Grayscale: #B7B7B7. Windows color (decimal): -6497966 or 5429660. OLE color: 5429660.

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

Color convert

RGB15621782-
CMYK0.2800.620.15
HSL87.11º63.98%58.63%-
HSV(B)87.11º62.21%85.1%-
XYZ40.0557.316.93-
YUV183.3770.79108.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=34.29%
G=47.69%
B=18.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156217820.2800.620.1587.1163.9858.63
Hex9CD9521C03EF57403b
Octal234331122340761712710073
Binary10011100110110011010010111000111110111110101111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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