Html Css Color HEX #AAD43C Atlantis

📋 copy color: '#AAD43C'

red 170 ◦ green 212 ◦ blue 60

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

Shades of Atlantis #AAD43C

Tints of Atlantis #AAD43C

RGB

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

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

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

R = 38.46%
G = 47.96%
B = 13.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#AAD43C (or 0xAAD43C) is known color: Atlantis. HEX triplet: AA, D4 and 3C. RGB value is (170,212,60). Sum of RGB (Red+Green+Blue) = 170+212+60=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD43C is #552BC3. Grayscale: #B6B6B6. Windows color (decimal): -5581764 or 3986602. OLE color: 3986602.

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

Color convert

RGB 170 212 60 -
CMYK 0.20 0 0.72 0.17
HSL 76.58º 0.64% 0.53% -
HSV(B) 76.58º 0.72% 0.83% -
XYZ 40.94 55.96 12.92 -
YUV 182.11 59.09 119.36 -
System Red Green Blue C M Y K H S L
Decimal 170 212 60 0.20 0 0.72 0.17 76.58 0.64 0.53
Hex AA D4 3C 14 0 48 11 4D 40 35
Octal 252 324 74 24 0 110 21 115 100 65
Binary 10101010 11010100 111100 10100 0 1001000 10001 1001101 1000000 110101

Color Harmonies of #AAD43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD43C

Black with #AAD43C

Text Example


Text Example

White with #AAD43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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