#9AC09A

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

Shades of Dark Sea Green #9AC09A

Tints of Dark Sea Green #9AC09A

Color information

#9AC09A (or 0x9AC09A) is unknown color: approx Dark Sea Green. HEX triplet: 9A, C0 and 9A. RGB value is (154,192,154). Sum of RGB (Red+Green+Blue) = 154+192+154=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC09A is #653F65. Grayscale: #B0B0B0. Windows color (decimal): -6635366 or 10141850. OLE color: 10141850.

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

Color convert

RGB154192154-
CMYK0.2000.200.25
HSL120º23.17%67.84%-
HSV(B)120º19.79%75.29%-
XYZ38.0146.937.62-
YUV176.31115.41112.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=30.8%
G=38.4%
B=30.8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921540.2000.200.2512023.1767.84
Hex9AC09A1401419781744
Octal232300232240243117027104
Binary10011010110000001001101010100010100110011111000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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