Html Css Color HEX #AADA38 Atlantis

📋 copy color: '#AADA38'

red 170 ◦ green 218 ◦ blue 56

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

Shades of Atlantis #AADA38

Tints of Atlantis #AADA38

RGB

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

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

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

R = 38.29%
G = 49.1%
B = 12.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#AADA38 (or 0xAADA38) is known color: Atlantis. HEX triplet: AA, DA and 38. RGB value is (170,218,56). Sum of RGB (Red+Green+Blue) = 170+218+56=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA38 is #5525C7. Grayscale: #B9B9B9. Windows color (decimal): -5580232 or 3725994. OLE color: 3725994.

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

Color convert

RGB 170 218 56 -
CMYK 0.22 0 0.74 0.15
HSL 77.78º 0.69% 0.54% -
HSV(B) 77.78º 0.74% 0.85% -
XYZ 42.36 58.97 12.89 -
YUV 185.18 55.1 117.17 -
System Red Green Blue C M Y K H S L
Decimal 170 218 56 0.22 0 0.74 0.15 77.78 0.69 0.54
Hex AA DA 38 16 0 4A F 4E 45 36
Octal 252 332 70 26 0 112 17 116 105 66
Binary 10101010 11011010 111000 10110 0 1001010 1111 1001110 1000101 110110

Color Harmonies of #AADA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA38

Black with #AADA38

Text Example


Text Example

White with #AADA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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