Html Css Color HEX #9DAE52 Green Smoke

📋 copy color: '#9DAE52'

red 157 ◦ green 174 ◦ blue 82

#9DAE52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #9DAE52

Tints of Green Smoke #9DAE52

RGB

 RED value IS 157 (61.72% from 255) = 38.01%

 GREEN value IS 174 (68.36% from 255) = 42.13%

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 38.01%
G = 42.13%
B = 19.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#9DAE52 (or 0x9DAE52) is known color: Green Smoke. HEX triplet: 9D, AE and 52. RGB value is (157,174,82). Sum of RGB (Red+Green+Blue) = 157+174+82=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE52 is #6251AD. Grayscale: #9E9E9E. Windows color (decimal): -6443438 or 5418653. OLE color: 5418653.

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

Color convert

RGB 157 174 82 -
CMYK 0.10 0 0.53 0.32
HSL 71.09º 0.36% 0.5% -
HSV(B) 71.09º 0.53% 0.68% -
XYZ 30.56 38.05 13.72 -
YUV 158.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 157 174 82 0.10 0 0.53 0.32 71.09 0.36 0.5
Hex 9D AE 52 A 0 35 20 47 24 32
Octal 235 256 122 12 0 65 40 107 44 62
Binary 10011101 10101110 1010010 1010 0 110101 100000 1000111 100100 110010

Color Harmonies of #9DAE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE52

Black with #9DAE52

Text Example


Text Example

White with #9DAE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DAE52;
 }
 .AnyTagClassName
 {
   color: #9DAE52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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