#9ABA99

Color #9ABA99 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #9ABA99

Tints of Dark Sea Green #9ABA99

Color information

#9ABA99 (or 0x9ABA99) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BA and 99. RGB value is (154,186,153). Sum of RGB (Red+Green+Blue) = 154+186+153=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA99 is #654566. Grayscale: #ACACAC. Windows color (decimal): -6636903 or 10074778. OLE color: 10074778.

HSL color Cylindrical-coordinate representation of color #9ABA99: hue angle of 118.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABA99 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB154186153-
CMYK0.1700.180.27
HSL118.18º19.3%66.47%-
HSV(B)118.18º17.74%72.94%-
XYZ36.6444.2936.75-
YUV172.67116.9114.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=31.24%
G=37.73%
B=31.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861530.1700.180.27118.1819.366.47
Hex9ABA99110121B761342
Octal232272231210223316623102
Binary10011010101110101001100110001010010110111110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,153); }

 H1.HeaderClassName
 {
   color: #9ABA99;
 }
 .AnyTagClassName
 {
   color: #9ABA99;
 }
</style>
background-color css

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

 a { background-color: rgb(154,186,153); }

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

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

 span { border-color: rgb(154,186,153); }

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