Html Css Color HEX #AADD3A Atlantis

📋 copy color: '#AADD3A'

red 170 ◦ green 221 ◦ blue 58

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

Shades of Atlantis #AADD3A

Tints of Atlantis #AADD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

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

R = 37.86%
G = 49.22%
B = 12.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#AADD3A (or 0xAADD3A) is known color: Atlantis. HEX triplet: AA, DD and 3A. RGB value is (170,221,58). Sum of RGB (Red+Green+Blue) = 170+221+58=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD3A is #5522C5. Grayscale: #BBBBBB. Windows color (decimal): -5579462 or 3857834. OLE color: 3857834.

HSL color Cylindrical-coordinate representation of color #AADD3A: hue angle of 78.77º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AADD3A is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 58 -
CMYK 0.23 0 0.74 0.13
HSL 78.77º 0.71% 0.55% -
HSV(B) 78.77º 0.74% 0.87% -
XYZ 43.2 60.56 13.42 -
YUV 187.17 55.1 115.75 -
System Red Green Blue C M Y K H S L
Decimal 170 221 58 0.23 0 0.74 0.13 78.77 0.71 0.55
Hex AA DD 3A 17 0 4A D 4F 47 37
Octal 252 335 72 27 0 112 15 117 107 67
Binary 10101010 11011101 111010 10111 0 1001010 1101 1001111 1000111 110111

Color Harmonies of #AADD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD3A

Black with #AADD3A

Text Example


Text Example

White with #AADD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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