#9AC09B

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

Shades of Dark Sea Green #9AC09B

Tints of Dark Sea Green #9AC09B

Color information

#9AC09B (or 0x9AC09B) is unknown color: approx Dark Sea Green. HEX triplet: 9A, C0 and 9B. RGB value is (154,192,155). Sum of RGB (Red+Green+Blue) = 154+192+155=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC09B is #653F64. Grayscale: #B0B0B0. Windows color (decimal): -6635365 or 10207386. OLE color: 10207386.

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

Color convert

RGB154192155-
CMYK0.2000.190.25
HSL121.58º23.17%67.84%-
HSV(B)121.58º19.79%75.29%-
XYZ38.0946.9438.06-
YUV176.42115.91112.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=30.74%
G=38.32%
B=30.94%

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
Decimal1541921550.2000.190.25121.5823.1767.84
Hex9AC09B14013197a1744
Octal232300233240233117227104
Binary10011010110000001001101110100010011110011111010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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