#9AC09C

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

Shades of Dark Sea Green #9AC09C

Tints of Dark Sea Green #9AC09C

Color information

#9AC09C (or 0x9AC09C) is unknown color: approx Dark Sea Green. HEX triplet: 9A, C0 and 9C. RGB value is (154,192,156). Sum of RGB (Red+Green+Blue) = 154+192+156=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC09C is #653F63. Grayscale: #B0B0B0. Windows color (decimal): -6635364 or 10272922. OLE color: 10272922.

HSL color Cylindrical-coordinate representation of color #9AC09C: hue angle of 123.16º 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 #9AC09C is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB154192156-
CMYK0.2000.190.25
HSL123.16º23.17%67.84%-
HSV(B)123.16º19.79%75.29%-
XYZ38.1846.9738.51-
YUV176.53116.41111.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=30.68%
G=38.25%
B=31.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921560.2000.190.25123.1623.1767.84
Hex9AC09C14013197b1744
Octal232300234240233117327104
Binary10011010110000001001110010100010011110011111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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