Html Css Color HEX #AADC3A Atlantis

📋 copy color: '#AADC3A'

red 170 ◦ green 220 ◦ blue 58

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

Shades of Atlantis #AADC3A

Tints of Atlantis #AADC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.95%

R = 37.95%
G = 49.11%
B = 12.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#AADC3A (or 0xAADC3A) is known color: Atlantis. HEX triplet: AA, DC and 3A. RGB value is (170,220,58). Sum of RGB (Red+Green+Blue) = 170+220+58=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC3A is #5523C5. Grayscale: #BBBBBB. Windows color (decimal): -5579718 or 3857578. OLE color: 3857578.

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

Color convert

RGB 170 220 58 -
CMYK 0.23 0 0.74 0.14
HSL 78.52º 0.7% 0.55% -
HSV(B) 78.52º 0.74% 0.86% -
XYZ 42.93 60.04 13.33 -
YUV 186.58 55.44 116.17 -
System Red Green Blue C M Y K H S L
Decimal 170 220 58 0.23 0 0.74 0.14 78.52 0.7 0.55
Hex AA DC 3A 17 0 4A E 4F 46 37
Octal 252 334 72 27 0 112 16 117 106 67
Binary 10101010 11011100 111010 10111 0 1001010 1110 1001111 1000110 110111

Color Harmonies of #AADC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC3A

Black with #AADC3A

Text Example


Text Example

White with #AADC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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