Html Css Color HEX #AAD241 Atlantis

📋 copy color: '#AAD241'

red 170 ◦ green 210 ◦ blue 65

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

Shades of Atlantis #AAD241

Tints of Atlantis #AAD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 38.2%
G = 47.19%
B = 14.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#AAD241 (or 0xAAD241) is known color: Atlantis. HEX triplet: AA, D2 and 41. RGB value is (170,210,65). Sum of RGB (Red+Green+Blue) = 170+210+65=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD241 is #552DBE. Grayscale: #B6B6B6. Windows color (decimal): -5582271 or 4313770. OLE color: 4313770.

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

Color convert

RGB 170 210 65 -
CMYK 0.19 0 0.69 0.18
HSL 76.55º 0.62% 0.54% -
HSV(B) 76.55º 0.69% 0.82% -
XYZ 40.58 55.02 13.48 -
YUV 181.51 62.25 119.79 -
System Red Green Blue C M Y K H S L
Decimal 170 210 65 0.19 0 0.69 0.18 76.55 0.62 0.54
Hex AA D2 41 13 0 45 12 4D 3E 36
Octal 252 322 101 23 0 105 22 115 76 66
Binary 10101010 11010010 1000001 10011 0 1000101 10010 1001101 111110 110110

Color Harmonies of #AAD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD241

Black with #AAD241

Text Example


Text Example

White with #AAD241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD241; }

 p { color: rgb(170,210,65); }

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

background-color css

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

 a { background-color: rgb(170,210,65); }

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

border-color css

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

 span { border-color: rgb(170,210,65); }

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