Html Css Color HEX #AADC3D Atlantis

📋 copy color: '#AADC3D'

red 170 ◦ green 220 ◦ blue 61

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

Shades of Atlantis #AADC3D

Tints of Atlantis #AADC3D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.78%

 BLUE value IS 61 (24.22% from 255) = 13.53%

R = 37.69%
G = 48.78%
B = 13.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#AADC3D (or 0xAADC3D) is known color: Atlantis. HEX triplet: AA, DC and 3D. RGB value is (170,220,61). Sum of RGB (Red+Green+Blue) = 170+220+61=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC3D is #5523C2. Grayscale: #BBBBBB. Windows color (decimal): -5579715 or 4054186. OLE color: 4054186.

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

Color convert

RGB 170 220 61 -
CMYK 0.23 0 0.72 0.14
HSL 78.87º 0.69% 0.55% -
HSV(B) 78.87º 0.72% 0.86% -
XYZ 43.01 60.07 13.74 -
YUV 186.92 56.94 115.93 -
System Red Green Blue C M Y K H S L
Decimal 170 220 61 0.23 0 0.72 0.14 78.87 0.69 0.55
Hex AA DC 3D 17 0 48 E 4F 45 37
Octal 252 334 75 27 0 110 16 117 105 67
Binary 10101010 11011100 111101 10111 0 1001000 1110 1001111 1000101 110111

Color Harmonies of #AADC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC3D

Black with #AADC3D

Text Example


Text Example

White with #AADC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC3D; }

 p { color: rgb(170,220,61); }

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

background-color css

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

 a { background-color: rgb(170,220,61); }

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

border-color css

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

 span { border-color: rgb(170,220,61); }

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