Html Css Color HEX #9AAF48 Green Smoke

📋 copy color: '#9AAF48'

red 154 ◦ green 175 ◦ blue 72

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

Shades of Green Smoke #9AAF48

Tints of Green Smoke #9AAF48

RGB

 RED value IS 154 (60.55% from 255) = 38.4%

 GREEN value IS 175 (68.75% from 255) = 43.64%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 38.4%
G = 43.64%
B = 17.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#9AAF48 (or 0x9AAF48) is known color: Green Smoke. HEX triplet: 9A, AF and 48. RGB value is (154,175,72). Sum of RGB (Red+Green+Blue) = 154+175+72=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF48 is #6550B7. Grayscale: #9D9D9D. Windows color (decimal): -6639800 or 4763546. OLE color: 4763546.

HSL color Cylindrical-coordinate representation of color #9AAF48: hue angle of 72.23º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AAF48 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 175 72 -
CMYK 0.12 0 0.59 0.31
HSL 72.23º 0.42% 0.48% -
HSV(B) 72.23º 0.59% 0.69% -
XYZ 29.83 38 11.89 -
YUV 156.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 154 175 72 0.12 0 0.59 0.31 72.23 0.42 0.48
Hex 9A AF 48 C 0 3B 1F 48 2A 30
Octal 232 257 110 14 0 73 37 110 52 60
Binary 10011010 10101111 1001000 1100 0 111011 11111 1001000 101010 110000

Color Harmonies of #9AAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF48

Black with #9AAF48

Text Example


Text Example

White with #9AAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,175,72); }

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

background-color css

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

 a { background-color: rgb(154,175,72); }

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

border-color css

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

 span { border-color: rgb(154,175,72); }

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