#96C299

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

Shades of Dark Sea Green #96C299

Tints of Dark Sea Green #96C299

Color information

#96C299 (or 0x96C299) is unknown color: approx Dark Sea Green. HEX triplet: 96, C2 and 99. RGB value is (150,194,153). Sum of RGB (Red+Green+Blue) = 150+194+153=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #96C299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C299 is #693D66. Grayscale: #B0B0B0. Windows color (decimal): -6896999 or 10076822. OLE color: 10076822.

HSL color Cylindrical-coordinate representation of color #96C299: hue angle of 124.09º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C299 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB150194153-
CMYK0.2300.210.24
HSL124.09º26.51%67.45%-
HSV(B)124.09º22.68%76.08%-
XYZ37.6247.3737.3-
YUV176.17114.92109.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=30.18%
G=39.03%
B=30.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501941530.2300.210.24124.0926.5167.45
Hex96C29917015187c1b43
Octal226302231270253017433103
Binary10010110110000101001100110111010101110001111100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C299; }

 p { color: rgb(150,194,153); }

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

<style>
 a { background-color: #96C299; }

 a { background-color: rgb(150,194,153); }

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

<style>
 span { border-color: #96C299; }

 span { border-color: rgb(150,194,153); }

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