Html Css Color HEX #9EA19A Delta

📋 copy color: '#9EA19A'

red 158 ◦ green 161 ◦ blue 154

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

Shades of Delta #9EA19A

Tints of Delta #9EA19A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.04%

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 33.4%
G = 34.04%
B = 32.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#9EA19A (or 0x9EA19A) is known color: Delta. HEX triplet: 9E, A1 and 9A. RGB value is (158,161,154). Sum of RGB (Red+Green+Blue) = 158+161+154=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA19A is #615E65. Grayscale: #9F9F9F. Windows color (decimal): -6381158 or 10133918. OLE color: 10133918.

HSL color Cylindrical-coordinate representation of color #9EA19A: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9EA19A is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 161 154 -
CMYK 0.02 0 0.04 0.37
HSL 85.71º 0.04% 0.62% -
HSV(B) 85.71º 0.04% 0.63% -
XYZ 32.68 35.09 35.62 -
YUV 159.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 158 161 154 0.02 0 0.04 0.37 85.71 0.04 0.62
Hex 9E A1 9A 2 0 4 25 56 4 3E
Octal 236 241 232 2 0 4 45 126 4 76
Binary 10011110 10100001 10011010 10 0 100 100101 1010110 100 111110

Color Harmonies of #9EA19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA19A

Black with #9EA19A

Text Example


Text Example

White with #9EA19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,154); }

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

background-color css

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

 a { background-color: rgb(158,161,154); }

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

border-color css

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

 span { border-color: rgb(158,161,154); }

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