#9ACB96

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

Shades of Dark Sea Green #9ACB96

Tints of Dark Sea Green #9ACB96

Color information

#9ACB96 (or 0x9ACB96) is unknown color: approx Dark Sea Green. HEX triplet: 9A, CB and 96. RGB value is (154,203,150). Sum of RGB (Red+Green+Blue) = 154+203+150=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACB96 is #653469. Grayscale: #B6B6B6. Windows color (decimal): -6632554 or 9882522. OLE color: 9882522.

HSL color Cylindrical-coordinate representation of color #9ACB96: hue angle of 115.47º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACB96 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB154203150-
CMYK0.2400.260.20
HSL115.47º33.76%69.22%-
HSV(B)115.47º26.11%79.61%-
XYZ40.1951.7836.73-
YUV182.31109.77107.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=30.37%
G=40.04%
B=29.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031500.2400.260.20115.4733.7669.22
Hex9ACB961801A14732245
Octal232313226300322416342105
Binary100110101100101110010110110000110101010011100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,150); }

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

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

 a { background-color: rgb(154,203,150); }

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

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

 span { border-color: rgb(154,203,150); }

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