#9AD952

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

Shades of Conifer #9AD952

Tints of Conifer #9AD952

Color information

#9AD952 (or 0x9AD952) is unknown color: approx Conifer. HEX triplet: 9A, D9 and 52. RGB value is (154,217,82). Sum of RGB (Red+Green+Blue) = 154+217+82=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD952 is #6526AD. Grayscale: #B7B7B7. Windows color (decimal): -6629038 or 5429658. OLE color: 5429658.

HSL color Cylindrical-coordinate representation of color #9AD952: hue angle of 88º 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 #9AD952 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB15421782-
CMYK0.2900.620.15
HSL88º63.98%58.63%-
HSV(B)88º62.21%85.1%-
XYZ39.6657.116.91-
YUV182.7771.13107.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 217 (85.16% from 255) = 47.90%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=34.00%
G=47.90%
B=18.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154217820.2900.620.158863.9858.63
Hex9AD9521D03EF58403b
Octal232331122350761713010073
Binary10011010110110011010010111010111110111110110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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