Html Css Color HEX #AAD43A Atlantis

📋 copy color: '#AAD43A'

red 170 ◦ green 212 ◦ blue 58

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

Shades of Atlantis #AAD43A

Tints of Atlantis #AAD43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.18%

 BLUE value IS 58 (23.05% from 255) = 13.18%

R = 38.64%
G = 48.18%
B = 13.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#AAD43A (or 0xAAD43A) is known color: Atlantis. HEX triplet: AA, D4 and 3A. RGB value is (170,212,58). Sum of RGB (Red+Green+Blue) = 170+212+58=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD43A is #552BC5. Grayscale: #B6B6B6. Windows color (decimal): -5581766 or 3855530. OLE color: 3855530.

HSL color Cylindrical-coordinate representation of color #AAD43A: hue angle of 76.36º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAD43A is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 58 -
CMYK 0.20 0 0.73 0.17
HSL 76.36º 0.64% 0.53% -
HSV(B) 76.36º 0.73% 0.83% -
XYZ 40.88 55.94 12.65 -
YUV 181.89 58.09 119.52 -
System Red Green Blue C M Y K H S L
Decimal 170 212 58 0.20 0 0.73 0.17 76.36 0.64 0.53
Hex AA D4 3A 14 0 49 11 4C 40 35
Octal 252 324 72 24 0 111 21 114 100 65
Binary 10101010 11010100 111010 10100 0 1001001 10001 1001100 1000000 110101

Color Harmonies of #AAD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD43A

Black with #AAD43A

Text Example


Text Example

White with #AAD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD43A; }

 p { color: rgb(170,212,58); }

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

background-color css

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

 a { background-color: rgb(170,212,58); }

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

border-color css

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

 span { border-color: rgb(170,212,58); }

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