Html Css Color HEX #AAD137 Atlantis

📋 copy color: '#AAD137'

red 170 ◦ green 209 ◦ blue 55

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

Shades of Atlantis #AAD137

Tints of Atlantis #AAD137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.67%

R = 39.17%
G = 48.16%
B = 12.67%

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

#AAD137 (or 0xAAD137) is known color: Atlantis. HEX triplet: AA, D1 and 37. RGB value is (170,209,55). Sum of RGB (Red+Green+Blue) = 170+209+55=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD137 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD137 is #552EC8. Grayscale: #B4B4B4. Windows color (decimal): -5582537 or 3658154. OLE color: 3658154.

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

Color convert

RGB 170 209 55 -
CMYK 0.19 0 0.74 0.18
HSL 75.19º 0.63% 0.52% -
HSV(B) 75.19º 0.74% 0.82% -
XYZ 40.07 54.42 12.01 -
YUV 179.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 170 209 55 0.19 0 0.74 0.18 75.19 0.63 0.52
Hex AA D1 37 13 0 4A 12 4B 3F 34
Octal 252 321 67 23 0 112 22 113 77 64
Binary 10101010 11010001 110111 10011 0 1001010 10010 1001011 111111 110100

Color Harmonies of #AAD137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD137

Black with #AAD137

Text Example


Text Example

White with #AAD137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD137; }

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

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

background-color css

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

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

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

border-color css

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

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

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