#9DAF6A

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

Shades of Green Smoke #9DAF6A

Tints of Green Smoke #9DAF6A

Color information

#9DAF6A (or 0x9DAF6A) is unknown color: approx Green Smoke. HEX triplet: 9D, AF and 6A. RGB value is (157,175,106). Sum of RGB (Red+Green+Blue) = 157+175+106=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF6A is #625095. Grayscale: #A2A2A2. Windows color (decimal): -6443158 or 6991773. OLE color: 6991773.

HSL color Cylindrical-coordinate representation of color #9DAF6A: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DAF6A is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB157175106-
CMYK0.1000.390.31
HSL75.65º30.13%55.1%-
HSV(B)75.65º39.43%68.63%-
XYZ31.8438.8719.46-
YUV161.7596.54124.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=35.84%
G=39.95%
B=24.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571751060.1000.390.3175.6530.1355.1
Hex9DAF6AA0271F4c1e37
Octal23525715212047371143667
Binary100111011010111111010101010010011111111100110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,106); }

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

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

 a { background-color: rgb(157,175,106); }

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

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

 span { border-color: rgb(157,175,106); }

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