Html Css Color HEX #AADA3F Atlantis

📋 copy color: '#AADA3F'

red 170 ◦ green 218 ◦ blue 63

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

Shades of Atlantis #AADA3F

Tints of Atlantis #AADA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.97%

R = 37.69%
G = 48.34%
B = 13.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#AADA3F (or 0xAADA3F) is known color: Atlantis. HEX triplet: AA, DA and 3F. RGB value is (170,218,63). Sum of RGB (Red+Green+Blue) = 170+218+63=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA3F is #5525C0. Grayscale: #BABABA. Windows color (decimal): -5580225 or 4184746. OLE color: 4184746.

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

Color convert

RGB 170 218 63 -
CMYK 0.22 0 0.71 0.15
HSL 78.58º 0.68% 0.55% -
HSV(B) 78.58º 0.71% 0.85% -
XYZ 42.55 59.05 13.86 -
YUV 185.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 170 218 63 0.22 0 0.71 0.15 78.58 0.68 0.55
Hex AA DA 3F 16 0 47 F 4F 44 37
Octal 252 332 77 26 0 107 17 117 104 67
Binary 10101010 11011010 111111 10110 0 1000111 1111 1001111 1000100 110111

Color Harmonies of #AADA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA3F

Black with #AADA3F

Text Example


Text Example

White with #AADA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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