#99CA4A

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

Shades of Atlantis #99CA4A

Tints of Atlantis #99CA4A

Color information

#99CA4A (or 0x99CA4A) is unknown color: approx Atlantis. HEX triplet: 99, CA and 4A. RGB value is (153,202,74). Sum of RGB (Red+Green+Blue) = 153+202+74=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CA4A is #6635B5. Grayscale: #ADADAD. Windows color (decimal): -6698422 or 4901529. OLE color: 4901529.

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

Color convert

RGB15320274-
CMYK0.2400.630.21
HSL82.97º54.7%54.12%-
HSV(B)82.97º63.37%79.22%-
XYZ35.4949.5114.16-
YUV172.7672.27113.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=35.66%
G=47.09%
B=17.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153202740.2400.630.2182.9754.754.12
Hex99CA4A1803F15533736
Octal23131211230077251236766
Binary10011001110010101001010110000111111101011010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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