#9AC29B

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

Shades of Dark Sea Green #9AC29B

Tints of Dark Sea Green #9AC29B

Color information

#9AC29B (or 0x9AC29B) is unknown color: approx Dark Sea Green. HEX triplet: 9A, C2 and 9B. RGB value is (154,194,155). Sum of RGB (Red+Green+Blue) = 154+194+155=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC29B is #653D64. Grayscale: #B1B1B1. Windows color (decimal): -6634853 or 10207898. OLE color: 10207898.

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

Color convert

RGB154194155-
CMYK0.2100.200.24
HSL121.5º24.69%68.24%-
HSV(B)121.5º20.62%76.08%-
XYZ38.5347.8238.21-
YUV177.59115.25111.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=30.62%
G=38.57%
B=30.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541941550.2100.200.24121.524.6968.24
Hex9AC29B1501418791944
Octal232302233250243017131104
Binary10011010110000101001101110101010100110001111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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