Html Css Color HEX #AAD53B Atlantis

📋 copy color: '#AAD53B'

red 170 ◦ green 213 ◦ blue 59

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

Shades of Atlantis #AAD53B

Tints of Atlantis #AAD53B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.19%

 BLUE value IS 59 (23.44% from 255) = 13.35%

R = 38.46%
G = 48.19%
B = 13.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#AAD53B (or 0xAAD53B) is known color: Atlantis. HEX triplet: AA, D5 and 3B. RGB value is (170,213,59). Sum of RGB (Red+Green+Blue) = 170+213+59=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD53B is #552AC4. Grayscale: #B7B7B7. Windows color (decimal): -5581509 or 3921322. OLE color: 3921322.

HSL color Cylindrical-coordinate representation of color #AAD53B: hue angle of 76.75º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAD53B is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 59 -
CMYK 0.20 0 0.72 0.16
HSL 76.75º 0.65% 0.53% -
HSV(B) 76.75º 0.72% 0.84% -
XYZ 41.16 56.45 12.86 -
YUV 182.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 170 213 59 0.20 0 0.72 0.16 76.75 0.65 0.53
Hex AA D5 3B 14 0 48 10 4D 41 35
Octal 252 325 73 24 0 110 20 115 101 65
Binary 10101010 11010101 111011 10100 0 1001000 10000 1001101 1000001 110101

Color Harmonies of #AAD53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD53B

Black with #AAD53B

Text Example


Text Example

White with #AAD53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD53B; }

 p { color: rgb(170,213,59); }

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

background-color css

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

 a { background-color: rgb(170,213,59); }

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

border-color css

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

 span { border-color: rgb(170,213,59); }

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