Html Css Color HEX #9FA952 Green Smoke

📋 copy color: '#9FA952'

red 159 ◦ green 169 ◦ blue 82

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

Shades of Green Smoke #9FA952

Tints of Green Smoke #9FA952

RGB

 RED value IS 159 (62.5% from 255) = 38.78%

 GREEN value IS 169 (66.41% from 255) = 41.22%

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

R = 38.78%
G = 41.22%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#9FA952 (or 0x9FA952) is known color: Green Smoke. HEX triplet: 9F, A9 and 52. RGB value is (159,169,82). Sum of RGB (Red+Green+Blue) = 159+169+82=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA952 is #6056AD. Grayscale: #9C9C9C. Windows color (decimal): -6313646 or 5417375. OLE color: 5417375.

HSL color Cylindrical-coordinate representation of color #9FA952: hue angle of 66.9º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FA952 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 169 82 -
CMYK 0.06 0 0.51 0.34
HSL 66.9º 0.35% 0.49% -
HSV(B) 66.9º 0.51% 0.66% -
XYZ 30.01 36.36 13.42 -
YUV 156.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 159 169 82 0.06 0 0.51 0.34 66.9 0.35 0.49
Hex 9F A9 52 6 0 33 22 43 23 31
Octal 237 251 122 6 0 63 42 103 43 61
Binary 10011111 10101001 1010010 110 0 110011 100010 1000011 100011 110001

Color Harmonies of #9FA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA952

Black with #9FA952

Text Example


Text Example

White with #9FA952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,169,82); }

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

background-color css

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

 a { background-color: rgb(159,169,82); }

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

border-color css

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

 span { border-color: rgb(159,169,82); }

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