Html Css Color HEX #9EA68F Delta

📋 copy color: '#9EA68F'

red 158 ◦ green 166 ◦ blue 143

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

Shades of Delta #9EA68F

Tints of Delta #9EA68F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 33.83%
G = 35.55%
B = 30.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#9EA68F (or 0x9EA68F) is known color: Delta. HEX triplet: 9E, A6 and 8F. RGB value is (158,166,143). Sum of RGB (Red+Green+Blue) = 158+166+143=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA68F is #615970. Grayscale: #A1A1A1. Windows color (decimal): -6379889 or 9414302. OLE color: 9414302.

HSL color Cylindrical-coordinate representation of color #9EA68F: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EA68F is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 166 143 -
CMYK 0.05 0 0.14 0.35
HSL 80.87º 0.11% 0.61% -
HSV(B) 80.87º 0.14% 0.65% -
XYZ 32.69 36.52 31.31 -
YUV 160.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 158 166 143 0.05 0 0.14 0.35 80.87 0.11 0.61
Hex 9E A6 8F 5 0 E 23 51 B 3D
Octal 236 246 217 5 0 16 43 121 13 75
Binary 10011110 10100110 10001111 101 0 1110 100011 1010001 1011 111101

Color Harmonies of #9EA68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA68F

Black with #9EA68F

Text Example


Text Example

White with #9EA68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,166,143); }

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

background-color css

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

 a { background-color: rgb(158,166,143); }

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

border-color css

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

 span { border-color: rgb(158,166,143); }

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