Html Css Color HEX #AADB30 Atlantis

📋 copy color: '#AADB30'

red 170 ◦ green 219 ◦ blue 48

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

Shades of Atlantis #AADB30

Tints of Atlantis #AADB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.98%

R = 38.9%
G = 50.11%
B = 10.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#AADB30 (or 0xAADB30) is known color: Atlantis. HEX triplet: AA, DB and 30. RGB value is (170,219,48). Sum of RGB (Red+Green+Blue) = 170+219+48=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB30 is #5524CF. Grayscale: #B9B9B9. Windows color (decimal): -5579984 or 3201962. OLE color: 3201962.

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

Color convert

RGB 170 219 48 -
CMYK 0.22 0 0.78 0.14
HSL 77.19º 0.7% 0.52% -
HSV(B) 77.19º 0.78% 0.86% -
XYZ 42.44 59.42 12.03 -
YUV 184.86 50.77 117.4 -
System Red Green Blue C M Y K H S L
Decimal 170 219 48 0.22 0 0.78 0.14 77.19 0.7 0.52
Hex AA DB 30 16 0 4E E 4D 46 34
Octal 252 333 60 26 0 116 16 115 106 64
Binary 10101010 11011011 110000 10110 0 1001110 1110 1001101 1000110 110100

Color Harmonies of #AADB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB30

Black with #AADB30

Text Example


Text Example

White with #AADB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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