Html Css Color HEX #AADA3E Atlantis

📋 copy color: '#AADA3E'

red 170 ◦ green 218 ◦ blue 62

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

Shades of Atlantis #AADA3E

Tints of Atlantis #AADA3E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.44%

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

R = 37.78%
G = 48.44%
B = 13.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#AADA3E (or 0xAADA3E) is known color: Atlantis. HEX triplet: AA, DA and 3E. RGB value is (170,218,62). Sum of RGB (Red+Green+Blue) = 170+218+62=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA3E is #5525C1. Grayscale: #BABABA. Windows color (decimal): -5580226 or 4119210. OLE color: 4119210.

HSL color Cylindrical-coordinate representation of color #AADA3E: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AADA3E is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 62 -
CMYK 0.22 0 0.72 0.15
HSL 78.46º 0.68% 0.55% -
HSV(B) 78.46º 0.72% 0.85% -
XYZ 42.52 59.04 13.71 -
YUV 185.86 58.1 116.68 -
System Red Green Blue C M Y K H S L
Decimal 170 218 62 0.22 0 0.72 0.15 78.46 0.68 0.55
Hex AA DA 3E 16 0 48 F 4E 44 37
Octal 252 332 76 26 0 110 17 116 104 67
Binary 10101010 11011010 111110 10110 0 1001000 1111 1001110 1000100 110111

Color Harmonies of #AADA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA3E

Black with #AADA3E

Text Example


Text Example

White with #AADA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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