#99D249

Color #99D249 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #99D249

Tints of Atlantis #99D249

Color information

#99D249 (or 0x99D249) is unknown color: approx Atlantis. HEX triplet: 99, D2 and 49. RGB value is (153,210,73). Sum of RGB (Red+Green+Blue) = 153+210+73=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #99D249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D249 is #662DB6. Grayscale: #B1B1B1. Windows color (decimal): -6696375 or 4838041. OLE color: 4838041.

HSL color Cylindrical-coordinate representation of color #99D249: hue angle of 84.96º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99D249 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB15321073-
CMYK0.2700.650.18
HSL84.96º60.35%55.49%-
HSV(B)84.96º65.24%82.35%-
XYZ37.3953.3514.63-
YUV177.3469.12110.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 210 (82.42% from 255) = 48.17%
BLUE value IS 73 (28.91% from 255) = 16.74%
R=35.09%
G=48.17%
B=16.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153210730.2700.650.1884.9660.3555.49
Hex99D2491B04112553c37
Octal231322111330101221257467
Binary100110011101001010010011101101000001100101010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,210,73); }

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

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

 a { background-color: rgb(153,210,73); }

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

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

 span { border-color: rgb(153,210,73); }

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