Html Css Color HEX #AADC38 Atlantis

📋 copy color: '#AADC38'

red 170 ◦ green 220 ◦ blue 56

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

Shades of Atlantis #AADC38

Tints of Atlantis #AADC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.56%

R = 38.12%
G = 49.33%
B = 12.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#AADC38 (or 0xAADC38) is known color: Atlantis. HEX triplet: AA, DC and 38. RGB value is (170,220,56). Sum of RGB (Red+Green+Blue) = 170+220+56=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC38 is #5523C7. Grayscale: #BABABA. Windows color (decimal): -5579720 or 3726506. OLE color: 3726506.

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

Color convert

RGB 170 220 56 -
CMYK 0.23 0 0.75 0.14
HSL 78.29º 0.7% 0.54% -
HSV(B) 78.29º 0.75% 0.86% -
XYZ 42.88 60.02 13.07 -
YUV 186.35 54.44 116.34 -
System Red Green Blue C M Y K H S L
Decimal 170 220 56 0.23 0 0.75 0.14 78.29 0.7 0.54
Hex AA DC 38 17 0 4B E 4E 46 36
Octal 252 334 70 27 0 113 16 116 106 66
Binary 10101010 11011100 111000 10111 0 1001011 1110 1001110 1000110 110110

Color Harmonies of #AADC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC38

Black with #AADC38

Text Example


Text Example

White with #AADC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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