Html Css Color HEX #9AAF50 Green Smoke

📋 copy color: '#9AAF50'

red 154 ◦ green 175 ◦ blue 80

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

Shades of Green Smoke #9AAF50

Tints of Green Smoke #9AAF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 37.65%
G = 42.79%
B = 19.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#9AAF50 (or 0x9AAF50) is known color: Green Smoke. HEX triplet: 9A, AF and 50. RGB value is (154,175,80). Sum of RGB (Red+Green+Blue) = 154+175+80=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF50 is #6550AF. Grayscale: #9E9E9E. Windows color (decimal): -6639792 or 5287834. OLE color: 5287834.

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

Color convert

RGB 154 175 80 -
CMYK 0.12 0 0.54 0.31
HSL 73.26º 0.37% 0.5% -
HSV(B) 73.26º 0.54% 0.69% -
XYZ 30.1 38.11 13.36 -
YUV 157.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 154 175 80 0.12 0 0.54 0.31 73.26 0.37 0.5
Hex 9A AF 50 C 0 36 1F 49 25 32
Octal 232 257 120 14 0 66 37 111 45 62
Binary 10011010 10101111 1010000 1100 0 110110 11111 1001001 100101 110010

Color Harmonies of #9AAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAF50

Black with #9AAF50

Text Example


Text Example

White with #9AAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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