Html Css Color HEX #AADD3E Atlantis

📋 copy color: '#AADD3E'

red 170 ◦ green 221 ◦ blue 62

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

Shades of Atlantis #AADD3E

Tints of Atlantis #AADD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.69%

R = 37.53%
G = 48.79%
B = 13.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#AADD3E (or 0xAADD3E) is known color: Atlantis. HEX triplet: AA, DD and 3E. RGB value is (170,221,62). Sum of RGB (Red+Green+Blue) = 170+221+62=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD3E is #5522C1. Grayscale: #BCBCBC. Windows color (decimal): -5579458 or 4119978. OLE color: 4119978.

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

Color convert

RGB 170 221 62 -
CMYK 0.23 0 0.72 0.13
HSL 79.25º 0.7% 0.55% -
HSV(B) 79.25º 0.72% 0.87% -
XYZ 43.3 60.61 13.97 -
YUV 187.63 57.1 115.43 -
System Red Green Blue C M Y K H S L
Decimal 170 221 62 0.23 0 0.72 0.13 79.25 0.7 0.55
Hex AA DD 3E 17 0 48 D 4F 46 37
Octal 252 335 76 27 0 110 15 117 106 67
Binary 10101010 11011101 111110 10111 0 1001000 1101 1001111 1000110 110111

Color Harmonies of #AADD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD3E

Black with #AADD3E

Text Example


Text Example

White with #AADD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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