Html Css Color HEX #AADB37 Atlantis

📋 copy color: '#AADB37'

red 170 ◦ green 219 ◦ blue 55

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

Shades of Atlantis #AADB37

Tints of Atlantis #AADB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.32%

 BLUE value IS 55 (21.88% from 255) = 12.39%

R = 38.29%
G = 49.32%
B = 12.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#AADB37 (or 0xAADB37) is known color: Atlantis. HEX triplet: AA, DB and 37. RGB value is (170,219,55). Sum of RGB (Red+Green+Blue) = 170+219+55=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB37 is #5524C8. Grayscale: #BABABA. Windows color (decimal): -5579977 or 3660714. OLE color: 3660714.

HSL color Cylindrical-coordinate representation of color #AADB37: hue angle of 77.93º degrees, saturation: 0.69, 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 #AADB37 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 55 -
CMYK 0.22 0 0.75 0.14
HSL 77.93º 0.69% 0.54% -
HSV(B) 77.93º 0.75% 0.86% -
XYZ 42.6 59.48 12.85 -
YUV 185.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 170 219 55 0.22 0 0.75 0.14 77.93 0.69 0.54
Hex AA DB 37 16 0 4B E 4E 45 36
Octal 252 333 67 26 0 113 16 116 105 66
Binary 10101010 11011011 110111 10110 0 1001011 1110 1001110 1000101 110110

Color Harmonies of #AADB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB37

Black with #AADB37

Text Example


Text Example

White with #AADB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB37; }

 p { color: rgb(170,219,55); }

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

background-color css

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

 a { background-color: rgb(170,219,55); }

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

border-color css

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

 span { border-color: rgb(170,219,55); }

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