#99CC9A

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

Shades of Dark Sea Green #99CC9A

Tints of Dark Sea Green #99CC9A

Color information

#99CC9A (or 0x99CC9A) is unknown color: approx Dark Sea Green. HEX triplet: 99, CC and 9A. RGB value is (153,204,154). Sum of RGB (Red+Green+Blue) = 153+204+154=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CC9A is #663365. Grayscale: #B7B7B7. Windows color (decimal): -6697830 or 10144921. OLE color: 10144921.

HSL color Cylindrical-coordinate representation of color #99CC9A: hue angle of 121.18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CC9A is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB153204154-
CMYK0.2500.250.2
HSL121.18º33.33%70%-
HSV(B)121.18º25%80%-
XYZ40.5652.2938.53-
YUV183.05111.6106.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=29.94%
G=39.92%
B=30.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041540.2500.250.2121.1833.3370
Hex99CC9A1901914792146
Octal231314232310312417141106
Binary100110011100110010011010110010110011010011110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CC9A; }

 p { color: rgb(153,204,154); }

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

<style>
 a { background-color: #99CC9A; }

 a { background-color: rgb(153,204,154); }

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

<style>
 span { border-color: #99CC9A; }

 span { border-color: rgb(153,204,154); }

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