#A9E134

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

Shades of Atlantis #A9E134

Tints of Atlantis #A9E134

Color information

#A9E134 (or 0xA9E134) is unknown color: approx Atlantis. HEX triplet: A9, E1 and 34. RGB value is (169,225,52). Sum of RGB (Red+Green+Blue) = 169+225+52=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E134 is #561ECB. Grayscale: #BDBDBD. Windows color (decimal): -5643980 or 3465641. OLE color: 3465641.

HSL color Cylindrical-coordinate representation of color #A9E134: hue angle of 79.42º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9E134 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB16922552-
CMYK0.2500.770.12
HSL79.42º74.25%54.31%-
HSV(B)79.42º76.89%88.24%-
XYZ43.9162.5313-
YUV188.5350.95114.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 225 (88.28% from 255) = 50.45%
BLUE value IS 52 (20.70% from 255) = 11.66%
R=37.89%
G=50.45%
B=11.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal169225520.2500.770.1279.4274.2554.31
HexA9E1341904DC4f4a36
Octal251341643101151411711266
Binary10101001111000011101001100101001101110010011111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E134; }

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

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

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

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

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

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

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

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