Html Css Color HEX #AAD136 Atlantis

📋 copy color: '#AAD136'

red 170 ◦ green 209 ◦ blue 54

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

Shades of Atlantis #AAD136

Tints of Atlantis #AAD136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 39.26%
G = 48.27%
B = 12.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#AAD136 (or 0xAAD136) is known color: Atlantis. HEX triplet: AA, D1 and 36. RGB value is (170,209,54). Sum of RGB (Red+Green+Blue) = 170+209+54=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD136 is #552EC9. Grayscale: #B4B4B4. Windows color (decimal): -5582538 or 3592618. OLE color: 3592618.

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

Color convert

RGB 170 209 54 -
CMYK 0.19 0 0.74 0.18
HSL 75.1º 0.63% 0.52% -
HSV(B) 75.1º 0.74% 0.82% -
XYZ 40.04 54.41 11.88 -
YUV 179.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 170 209 54 0.19 0 0.74 0.18 75.1 0.63 0.52
Hex AA D1 36 13 0 4A 12 4B 3F 34
Octal 252 321 66 23 0 112 22 113 77 64
Binary 10101010 11010001 110110 10011 0 1001010 10010 1001011 111111 110100

Color Harmonies of #AAD136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD136

Black with #AAD136

Text Example


Text Example

White with #AAD136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD136; }

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

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

background-color css

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

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

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

border-color css

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

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

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