Html Css Color HEX #9AB39E Edward

📋 copy color: '#9AB39E'

red 154 ◦ green 179 ◦ blue 158

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

Shades of Edward #9AB39E

Tints of Edward #9AB39E

RGB

 RED value IS 154 (60.55% from 255) = 31.36%

 GREEN value IS 179 (70.31% from 255) = 36.46%

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 31.36%
G = 36.46%
B = 32.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#9AB39E (or 0x9AB39E) is known color: Edward. HEX triplet: 9A, B3 and 9E. RGB value is (154,179,158). Sum of RGB (Red+Green+Blue) = 154+179+158=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB39E is #654C61. Grayscale: #A9A9A9. Windows color (decimal): -6638690 or 10400666. OLE color: 10400666.

HSL color Cylindrical-coordinate representation of color #9AB39E: hue angle of 129.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB39E is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 158 -
CMYK 0.14 0 0.12 0.30
HSL 129.6º 0.14% 0.65% -
HSV(B) 129.6º 0.14% 0.7% -
XYZ 35.62 41.58 38.5 -
YUV 169.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 154 179 158 0.14 0 0.12 0.30 129.6 0.14 0.65
Hex 9A B3 9E E 0 C 1E 82 E 41
Octal 232 263 236 16 0 14 36 202 16 101
Binary 10011010 10110011 10011110 1110 0 1100 11110 10000010 1110 1000001

Color Harmonies of #9AB39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB39E

Black with #9AB39E

Text Example


Text Example

White with #9AB39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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