Html Css Color HEX #AAD538 Atlantis

📋 copy color: '#AAD538'

red 170 ◦ green 213 ◦ blue 56

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

Shades of Atlantis #AAD538

Tints of Atlantis #AAD538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.76%

R = 38.72%
G = 48.52%
B = 12.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#AAD538 (or 0xAAD538) is known color: Atlantis. HEX triplet: AA, D5 and 38. RGB value is (170,213,56). Sum of RGB (Red+Green+Blue) = 170+213+56=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD538 is #552AC7. Grayscale: #B6B6B6. Windows color (decimal): -5581512 or 3724714. OLE color: 3724714.

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

Color convert

RGB 170 213 56 -
CMYK 0.20 0 0.74 0.16
HSL 76.43º 0.65% 0.53% -
HSV(B) 76.43º 0.74% 0.84% -
XYZ 41.09 56.42 12.47 -
YUV 182.25 56.75 119.27 -
System Red Green Blue C M Y K H S L
Decimal 170 213 56 0.20 0 0.74 0.16 76.43 0.65 0.53
Hex AA D5 38 14 0 4A 10 4C 41 35
Octal 252 325 70 24 0 112 20 114 101 65
Binary 10101010 11010101 111000 10100 0 1001010 10000 1001100 1000001 110101

Color Harmonies of #AAD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD538

Black with #AAD538

Text Example


Text Example

White with #AAD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD538; }

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

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

background-color css

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

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

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

border-color css

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

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

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