Html Css Color HEX #AAD134 Atlantis

📋 copy color: '#AAD134'

red 170 ◦ green 209 ◦ blue 52

#AAD134
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #AAD134

Tints of Atlantis #AAD134

RGB

 RED value IS 170 (66.8% from 255) = 39.44%

 GREEN value IS 209 (82.03% from 255) = 48.49%

 BLUE value IS 52 (20.7% from 255) = 12.06%

R = 39.44%
G = 48.49%
B = 12.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#AAD134 (or 0xAAD134) is known color: Atlantis. HEX triplet: AA, D1 and 34. RGB value is (170,209,52). Sum of RGB (Red+Green+Blue) = 170+209+52=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD134 is #552ECB. Grayscale: #B4B4B4. Windows color (decimal): -5582540 or 3461546. OLE color: 3461546.

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

Color convert

RGB 170 209 52 -
CMYK 0.19 0 0.75 0.18
HSL 74.9º 0.63% 0.51% -
HSV(B) 74.9º 0.75% 0.82% -
XYZ 40 54.39 11.64 -
YUV 179.44 56.08 121.27 -
System Red Green Blue C M Y K H S L
Decimal 170 209 52 0.19 0 0.75 0.18 74.9 0.63 0.51
Hex AA D1 34 13 0 4B 12 4B 3F 33
Octal 252 321 64 23 0 113 22 113 77 63
Binary 10101010 11010001 110100 10011 0 1001011 10010 1001011 111111 110011

Color Harmonies of #AAD134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD134

Black with #AAD134

Text Example


Text Example

White with #AAD134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD134; }

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

 H1.HeaderClassName
 {
   color: #AAD134;
 }
 .AnyTagClassName
 {
   color: #AAD134;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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