#A9D134

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

Shades of Atlantis #A9D134

Tints of Atlantis #A9D134

Color information

#A9D134 (or 0xA9D134) is unknown color: approx Atlantis. HEX triplet: A9, D1 and 34. RGB value is (169,209,52). Sum of RGB (Red+Green+Blue) = 169+209+52=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D134 is #562ECB. Grayscale: #B3B3B3. Windows color (decimal): -5648076 or 3461545. OLE color: 3461545.

HSL color Cylindrical-coordinate representation of color #A9D134: hue angle of 75.29º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9D134 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB16920952-
CMYK0.1900.750.18
HSL75.29º63.05%51.18%-
HSV(B)75.29º75.12%81.96%-
XYZ39.7854.2811.63-
YUV179.1456.25120.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 52 (20.70% from 255) = 12.09%
R=39.30%
G=48.60%
B=12.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169209520.1900.750.1875.2963.0551.18
HexA9D1341304B124b3f33
Octal25132164230113221137763
Binary10101001110100011101001001101001011100101001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D134; }

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

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

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

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

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

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

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

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