#99CA52

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

Shades of Atlantis #99CA52

Tints of Atlantis #99CA52

Color information

#99CA52 (or 0x99CA52) is unknown color: approx Atlantis. HEX triplet: 99, CA and 52. RGB value is (153,202,82). Sum of RGB (Red+Green+Blue) = 153+202+82=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA52 is #6635AD. Grayscale: #AEAEAE. Windows color (decimal): -6698414 or 5425817. OLE color: 5425817.

HSL color Cylindrical-coordinate representation of color #99CA52: hue angle of 84.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99CA52 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB15320282-
CMYK0.2400.590.21
HSL84.5º53.1%55.69%-
HSV(B)84.5º59.41%79.22%-
XYZ35.7849.6215.67-
YUV173.6776.27113.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 82 (32.42% from 255) = 18.76%
R=35.01%
G=46.22%
B=18.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153202820.2400.590.2184.553.155.69
Hex99CA521803B15543538
Octal23131212230073251246570
Binary10011001110010101010010110000111011101011010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,82); }

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

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

 a { background-color: rgb(153,202,82); }

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

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

 span { border-color: rgb(153,202,82); }

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