#9EAF6B

Color #9EAF6B Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9EAF6B

Tints of Green Smoke #9EAF6B

Color information

#9EAF6B (or 0x9EAF6B) is unknown color: approx Green Smoke. HEX triplet: 9E, AF and 6B. RGB value is (158,175,107). Sum of RGB (Red+Green+Blue) = 158+175+107=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF6B is #615094. Grayscale: #A2A2A2. Windows color (decimal): -6377621 or 7057310. OLE color: 7057310.

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

Color convert

RGB158175107-
CMYK0.1000.390.31
HSL75º29.82%55.29%-
HSV(B)75º38.86%68.63%-
XYZ32.0838.9919.74-
YUV162.1696.87125.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=35.91%
G=39.77%
B=24.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751070.1000.390.317529.8255.29
Hex9EAF6BA0271F4b1e37
Octal23625715312047371133667
Binary100111101010111111010111010010011111111100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAF6B;
 }
 .AnyTagClassName
 {
   color: #9EAF6B;
 }
</style>
background-color css

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

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

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

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

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

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