Html Css Color HEX #AAD03C Atlantis

📋 copy color: '#AAD03C'

red 170 ◦ green 208 ◦ blue 60

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

Shades of Atlantis #AAD03C

Tints of Atlantis #AAD03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.49%

 BLUE value IS 60 (23.83% from 255) = 13.7%

R = 38.81%
G = 47.49%
B = 13.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#AAD03C (or 0xAAD03C) is known color: Atlantis. HEX triplet: AA, D0 and 3C. RGB value is (170,208,60). Sum of RGB (Red+Green+Blue) = 170+208+60=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD03C is #552FC3. Grayscale: #B4B4B4. Windows color (decimal): -5582788 or 3985578. OLE color: 3985578.

HSL color Cylindrical-coordinate representation of color #AAD03C: hue angle of 75.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD03C is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 60 -
CMYK 0.18 0 0.71 0.18
HSL 75.41º 0.61% 0.53% -
HSV(B) 75.41º 0.71% 0.82% -
XYZ 39.95 53.98 12.59 -
YUV 179.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 170 208 60 0.18 0 0.71 0.18 75.41 0.61 0.53
Hex AA D0 3C 12 0 47 12 4B 3D 35
Octal 252 320 74 22 0 107 22 113 75 65
Binary 10101010 11010000 111100 10010 0 1000111 10010 1001011 111101 110101

Color Harmonies of #AAD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD03C

Black with #AAD03C

Text Example


Text Example

White with #AAD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD03C; }

 p { color: rgb(170,208,60); }

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

background-color css

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

 a { background-color: rgb(170,208,60); }

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

border-color css

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

 span { border-color: rgb(170,208,60); }

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