Html Css Color HEX #AADE30 Atlantis

📋 copy color: '#AADE30'

red 170 ◦ green 222 ◦ blue 48

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

Shades of Atlantis #AADE30

Tints of Atlantis #AADE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.45%

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

R = 38.64%
G = 50.45%
B = 10.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#AADE30 (or 0xAADE30) is known color: Atlantis. HEX triplet: AA, DE and 30. RGB value is (170,222,48). Sum of RGB (Red+Green+Blue) = 170+222+48=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE30 is #5521CF. Grayscale: #BBBBBB. Windows color (decimal): -5579216 or 3202730. OLE color: 3202730.

HSL color Cylindrical-coordinate representation of color #AADE30: hue angle of 77.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AADE30 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 48 -
CMYK 0.23 0 0.78 0.13
HSL 77.93º 0.73% 0.53% -
HSV(B) 77.93º 0.78% 0.87% -
XYZ 43.23 61 12.29 -
YUV 186.62 49.77 116.15 -
System Red Green Blue C M Y K H S L
Decimal 170 222 48 0.23 0 0.78 0.13 77.93 0.73 0.53
Hex AA DE 30 17 0 4E D 4E 48 35
Octal 252 336 60 27 0 116 15 116 110 65
Binary 10101010 11011110 110000 10111 0 1001110 1101 1001110 1001000 110101

Color Harmonies of #AADE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE30

Black with #AADE30

Text Example


Text Example

White with #AADE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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