#9DAE4B

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

Shades of Green Smoke #9DAE4B

Tints of Green Smoke #9DAE4B

Color information

#9DAE4B (or 0x9DAE4B) is unknown color: approx Green Smoke. HEX triplet: 9D, AE and 4B. RGB value is (157,174,75). Sum of RGB (Red+Green+Blue) = 157+174+75=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE4B is #6251B4. Grayscale: #9E9E9E. Windows color (decimal): -6443445 or 4959901. OLE color: 4959901.

HSL color Cylindrical-coordinate representation of color #9DAE4B: hue angle of 70.3º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DAE4B is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB15717475-
CMYK0.1000.570.32
HSL70.3º39.76%48.82%-
HSV(B)70.3º56.9%68.24%-
XYZ30.3137.9512.38-
YUV157.6381.37127.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 75 (29.69% from 255) = 18.47%
R=38.67%
G=42.86%
B=18.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157174750.1000.570.3270.339.7648.82
Hex9DAE4BA03920462831
Octal23525611312071401065061
Binary10011101101011101001011101001110011000001000110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,174,75); }

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

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

 a { background-color: rgb(157,174,75); }

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

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

 span { border-color: rgb(157,174,75); }

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