#9AC29E

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

Shades of Dark Sea Green #9AC29E

Tints of Dark Sea Green #9AC29E

Color information

#9AC29E (or 0x9AC29E) is unknown color: approx Dark Sea Green. HEX triplet: 9A, C2 and 9E. RGB value is (154,194,158). Sum of RGB (Red+Green+Blue) = 154+194+158=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC29E is #653D61. Grayscale: #B2B2B2. Windows color (decimal): -6634850 or 10404506. OLE color: 10404506.

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

Color convert

RGB154194158-
CMYK0.2100.190.24
HSL126º24.69%68.24%-
HSV(B)126º20.62%76.08%-
XYZ38.7947.9239.55-
YUV177.94116.75110.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.43%
GREEN value IS 194 (76.17% from 255) = 38.34%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=30.43%
G=38.34%
B=31.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541941580.2100.190.2412624.6968.24
Hex9AC29E15013187e1944
Octal232302236250233017631104
Binary10011010110000101001111010101010011110001111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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