#9ABF9A

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

Shades of Dark Sea Green #9ABF9A

Tints of Dark Sea Green #9ABF9A

Color information

#9ABF9A (or 0x9ABF9A) is unknown color: approx Dark Sea Green. HEX triplet: 9A, BF and 9A. RGB value is (154,191,154). Sum of RGB (Red+Green+Blue) = 154+191+154=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF9A is #654065. Grayscale: #AFAFAF. Windows color (decimal): -6635622 or 10141594. OLE color: 10141594.

HSL color Cylindrical-coordinate representation of color #9ABF9A: hue angle of 120º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABF9A is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB154191154-
CMYK0.1900.190.25
HSL120º22.42%67.65%-
HSV(B)120º19.37%74.9%-
XYZ37.7946.4637.55-
YUV175.72115.74112.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=30.86%
G=38.28%
B=30.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911540.1900.190.2512022.4267.65
Hex9ABF9A1301319781644
Octal232277232230233117026104
Binary10011010101111111001101010011010011110011111000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,154); }

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

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

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

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

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

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

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