Html Css Color HEX #AAD145 Atlantis

📋 copy color: '#AAD145'

red 170 ◦ green 209 ◦ blue 69

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

Shades of Atlantis #AAD145

Tints of Atlantis #AAD145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 37.95%
G = 46.65%
B = 15.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#AAD145 (or 0xAAD145) is known color: Atlantis. HEX triplet: AA, D1 and 45. RGB value is (170,209,69). Sum of RGB (Red+Green+Blue) = 170+209+69=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD145 is #552EBA. Grayscale: #B5B5B5. Windows color (decimal): -5582523 or 4575658. OLE color: 4575658.

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

Color convert

RGB 170 209 69 -
CMYK 0.19 0 0.67 0.18
HSL 76.71º 0.6% 0.55% -
HSV(B) 76.71º 0.67% 0.82% -
XYZ 40.45 54.58 14.03 -
YUV 181.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 170 209 69 0.19 0 0.67 0.18 76.71 0.6 0.55
Hex AA D1 45 13 0 43 12 4D 3C 37
Octal 252 321 105 23 0 103 22 115 74 67
Binary 10101010 11010001 1000101 10011 0 1000011 10010 1001101 111100 110111

Color Harmonies of #AAD145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD145

Black with #AAD145

Text Example


Text Example

White with #AAD145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD145; }

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

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

background-color css

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

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

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

border-color css

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

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

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