#9AC09D

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

Shades of Dark Sea Green #9AC09D

Tints of Dark Sea Green #9AC09D

Color information

#9AC09D (or 0x9AC09D) is unknown color: approx Dark Sea Green. HEX triplet: 9A, C0 and 9D. RGB value is (154,192,157). Sum of RGB (Red+Green+Blue) = 154+192+157=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC09D is #653F62. Grayscale: #B0B0B0. Windows color (decimal): -6635363 or 10338458. OLE color: 10338458.

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

Color convert

RGB154192157-
CMYK0.2000.180.25
HSL124.74º23.17%67.84%-
HSV(B)124.74º19.79%75.29%-
XYZ38.264738.95-
YUV176.65116.91111.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=30.62%
G=38.17%
B=31.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921570.2000.180.25124.7423.1767.84
Hex9AC09D14012197d1744
Octal232300235240223117527104
Binary10011010110000001001110110100010010110011111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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