Html Css Color HEX #9EAF5D Green Smoke

📋 copy color: '#9EAF5D'

red 158 ◦ green 175 ◦ blue 93

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

Shades of Green Smoke #9EAF5D

Tints of Green Smoke #9EAF5D

RGB

 RED value IS 158 (62.11% from 255) = 37.09%

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

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 37.09%
G = 41.08%
B = 21.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#9EAF5D (or 0x9EAF5D) is known color: Green Smoke. HEX triplet: 9E, AF and 5D. RGB value is (158,175,93). Sum of RGB (Red+Green+Blue) = 158+175+93=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF5D is #6150A2. Grayscale: #A0A0A0. Windows color (decimal): -6377635 or 6139806. OLE color: 6139806.

HSL color Cylindrical-coordinate representation of color #9EAF5D: hue angle of 72.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EAF5D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 93 -
CMYK 0.10 0 0.47 0.31
HSL 72.44º 0.34% 0.53% -
HSV(B) 72.44º 0.47% 0.69% -
XYZ 31.41 38.72 16.17 -
YUV 160.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 158 175 93 0.10 0 0.47 0.31 72.44 0.34 0.53
Hex 9E AF 5D A 0 2F 1F 48 22 35
Octal 236 257 135 12 0 57 37 110 42 65
Binary 10011110 10101111 1011101 1010 0 101111 11111 1001000 100010 110101

Color Harmonies of #9EAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF5D

Black with #9EAF5D

Text Example


Text Example

White with #9EAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,175,93); }

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

background-color css

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

 a { background-color: rgb(158,175,93); }

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

border-color css

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

 span { border-color: rgb(158,175,93); }

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