#99D13A

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

Shades of Atlantis #99D13A

Tints of Atlantis #99D13A

Color information

#99D13A (or 0x99D13A) is unknown color: approx Atlantis. HEX triplet: 99, D1 and 3A. RGB value is (153,209,58). Sum of RGB (Red+Green+Blue) = 153+209+58=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #99D13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D13A is #662EC5. Grayscale: #AFAFAF. Windows color (decimal): -6696646 or 3854745. OLE color: 3854745.

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

Color convert

RGB15320958-
CMYK0.2700.720.18
HSL82.25º62.14%52.35%-
HSV(B)82.25º72.25%81.96%-
XYZ36.752.6812.24-
YUV175.0461.95112.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 209 (82.03% from 255) = 49.76%
BLUE value IS 58 (23.05% from 255) = 13.81%
R=36.43%
G=49.76%
B=13.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153209580.2700.720.1882.2562.1452.35
Hex99D13A1B04812523e34
Octal23132172330110221227664
Binary10011001110100011110101101101001000100101010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,209,58); }

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

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

 a { background-color: rgb(153,209,58); }

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

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

 span { border-color: rgb(153,209,58); }

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