Html Css Color HEX #9EA291 Delta

📋 copy color: '#9EA291'

red 158 ◦ green 162 ◦ blue 145

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

Shades of Delta #9EA291

Tints of Delta #9EA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 33.98%
G = 34.84%
B = 31.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#9EA291 (or 0x9EA291) is known color: Delta. HEX triplet: 9E, A2 and 91. RGB value is (158,162,145). Sum of RGB (Red+Green+Blue) = 158+162+145=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA291 is #615D6E. Grayscale: #9E9E9E. Windows color (decimal): -6380911 or 9544350. OLE color: 9544350.

HSL color Cylindrical-coordinate representation of color #9EA291: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA291 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 162 145 -
CMYK 0.02 0 0.10 0.36
HSL 74.12º 0.08% 0.6% -
HSV(B) 74.12º 0.1% 0.64% -
XYZ 32.13 35.15 31.88 -
YUV 158.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 158 162 145 0.02 0 0.10 0.36 74.12 0.08 0.6
Hex 9E A2 91 2 0 A 24 4A 8 3C
Octal 236 242 221 2 0 12 44 112 10 74
Binary 10011110 10100010 10010001 10 0 1010 100100 1001010 1000 111100

Color Harmonies of #9EA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA291

Black with #9EA291

Text Example


Text Example

White with #9EA291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,162,145); }

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

background-color css

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

 a { background-color: rgb(158,162,145); }

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

border-color css

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

 span { border-color: rgb(158,162,145); }

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