#A9D13A

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

Shades of Atlantis #A9D13A

Tints of Atlantis #A9D13A

Color information

#A9D13A (or 0xA9D13A) is unknown color: approx Atlantis. HEX triplet: A9, D1 and 3A. RGB value is (169,209,58). Sum of RGB (Red+Green+Blue) = 169+209+58=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D13A is #562EC5. Grayscale: #B4B4B4. Windows color (decimal): -5648070 or 3854761. OLE color: 3854761.

HSL color Cylindrical-coordinate representation of color #A9D13A: hue angle of 75.89º 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 #A9D13A is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB16920958-
CMYK0.1900.720.18
HSL75.89º62.14%52.35%-
HSV(B)75.89º72.25%81.96%-
XYZ39.9354.3412.39-
YUV179.8359.25120.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 209 (82.03% from 255) = 47.94%
BLUE value IS 58 (23.05% from 255) = 13.30%
R=38.76%
G=47.94%
B=13.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169209580.1900.720.1875.8962.1452.35
HexA9D13A13048124c3e34
Octal25132172230110221147664
Binary10101001110100011110101001101001000100101001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D13A; }

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

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

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

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

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

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

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

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