Html Css Color HEX #AADA3C Atlantis

📋 copy color: '#AADA3C'

red 170 ◦ green 218 ◦ blue 60

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

Shades of Atlantis #AADA3C

Tints of Atlantis #AADA3C

RGB

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

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

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

R = 37.95%
G = 48.66%
B = 13.39%

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

#AADA3C (or 0xAADA3C) is known color: Atlantis. HEX triplet: AA, DA and 3C. RGB value is (170,218,60). Sum of RGB (Red+Green+Blue) = 170+218+60=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA3C is #5525C3. Grayscale: #BABABA. Windows color (decimal): -5580228 or 3988138. OLE color: 3988138.

HSL color Cylindrical-coordinate representation of color #AADA3C: hue angle of 78.23º 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 #AADA3C is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 60 -
CMYK 0.22 0 0.72 0.15
HSL 78.23º 0.68% 0.55% -
HSV(B) 78.23º 0.72% 0.85% -
XYZ 42.46 59.02 13.43 -
YUV 185.64 57.1 116.85 -
System Red Green Blue C M Y K H S L
Decimal 170 218 60 0.22 0 0.72 0.15 78.23 0.68 0.55
Hex AA DA 3C 16 0 48 F 4E 44 37
Octal 252 332 74 26 0 110 17 116 104 67
Binary 10101010 11011010 111100 10110 0 1001000 1111 1001110 1000100 110111

Color Harmonies of #AADA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA3C

Black with #AADA3C

Text Example


Text Example

White with #AADA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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