#99C298

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

Shades of Dark Sea Green #99C298

Tints of Dark Sea Green #99C298

Color information

#99C298 (or 0x99C298) is unknown color: approx Dark Sea Green. HEX triplet: 99, C2 and 98. RGB value is (153,194,152). Sum of RGB (Red+Green+Blue) = 153+194+152=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #99C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C298 is #663D67. Grayscale: #B1B1B1. Windows color (decimal): -6700392 or 10011289. OLE color: 10011289.

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

Color convert

RGB153194152-
CMYK0.2100.220.24
HSL118.57º25.61%67.84%-
HSV(B)118.57º21.65%76.08%-
XYZ38.147.6236.89-
YUV176.95113.92110.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=30.66%
G=38.88%
B=30.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531941520.2100.220.24118.5725.6167.84
Hex99C2981501618771a44
Octal231302230250263016732104
Binary10011001110000101001100010101010110110001110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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