#99CA4F

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

Shades of Atlantis #99CA4F

Tints of Atlantis #99CA4F

Color information

#99CA4F (or 0x99CA4F) is unknown color: approx Atlantis. HEX triplet: 99, CA and 4F. RGB value is (153,202,79). Sum of RGB (Red+Green+Blue) = 153+202+79=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA4F is #6635B0. Grayscale: #ADADAD. Windows color (decimal): -6698417 or 5229209. OLE color: 5229209.

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

Color convert

RGB15320279-
CMYK0.2400.610.21
HSL83.9º53.71%55.1%-
HSV(B)83.9º60.89%79.22%-
XYZ35.6749.5815.09-
YUV173.3374.77113.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 79 (31.25% from 255) = 18.20%
R=35.25%
G=46.54%
B=18.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153202790.2400.610.2183.953.7155.1
Hex99CA4F1803D15543637
Octal23131211730075251246667
Binary10011001110010101001111110000111101101011010100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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