Html Css Color HEX #9EA88D Delta

📋 copy color: '#9EA88D'

red 158 ◦ green 168 ◦ blue 141

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

Shades of Delta #9EA88D

Tints of Delta #9EA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 33.83%
G = 35.97%
B = 30.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#9EA88D (or 0x9EA88D) is known color: Delta. HEX triplet: 9E, A8 and 8D. RGB value is (158,168,141). Sum of RGB (Red+Green+Blue) = 158+168+141=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA88D is #615772. Grayscale: #A2A2A2. Windows color (decimal): -6379379 or 9283742. OLE color: 9283742.

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

Color convert

RGB 158 168 141 -
CMYK 0.06 0 0.16 0.34
HSL 82.22º 0.13% 0.61% -
HSV(B) 82.22º 0.16% 0.66% -
XYZ 32.91 37.2 30.64 -
YUV 161.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 158 168 141 0.06 0 0.16 0.34 82.22 0.13 0.61
Hex 9E A8 8D 6 0 10 22 52 D 3D
Octal 236 250 215 6 0 20 42 122 15 75
Binary 10011110 10101000 10001101 110 0 10000 100010 1010010 1101 111101

Color Harmonies of #9EA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA88D

Black with #9EA88D

Text Example


Text Example

White with #9EA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,168,141); }

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

background-color css

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

 a { background-color: rgb(158,168,141); }

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

border-color css

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

 span { border-color: rgb(158,168,141); }

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