Html Css Color HEX #ADE030 Atlantis

📋 copy color: '#ADE030'

red 173 ◦ green 224 ◦ blue 48

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

Shades of Atlantis #ADE030

Tints of Atlantis #ADE030

RGB

 RED value IS 173 (67.97% from 255) = 38.88%

 GREEN value IS 224 (87.89% from 255) = 50.34%

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

R = 38.88%
G = 50.34%
B = 10.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#ADE030 (or 0xADE030) is known color: Atlantis. HEX triplet: AD, E0 and 30. RGB value is (173,224,48). Sum of RGB (Red+Green+Blue) = 173+224+48=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE030 is #521FCF. Grayscale: #BDBDBD. Windows color (decimal): -5382096 or 3203245. OLE color: 3203245.

HSL color Cylindrical-coordinate representation of color #ADE030: hue angle of 77.39º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADE030 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 224 48 -
CMYK 0.23 0 0.79 0.12
HSL 77.39º 0.74% 0.53% -
HSV(B) 77.39º 0.79% 0.88% -
XYZ 44.42 62.41 12.5 -
YUV 188.69 48.6 116.81 -
System Red Green Blue C M Y K H S L
Decimal 173 224 48 0.23 0 0.79 0.12 77.39 0.74 0.53
Hex AD E0 30 17 0 4F C 4D 4A 35
Octal 255 340 60 27 0 117 14 115 112 65
Binary 10101101 11100000 110000 10111 0 1001111 1100 1001101 1001010 110101

Color Harmonies of #ADE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE030

Black with #ADE030

Text Example


Text Example

White with #ADE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE030; }

 p { color: rgb(173,224,48); }

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

background-color css

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

 a { background-color: rgb(173,224,48); }

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

border-color css

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

 span { border-color: rgb(173,224,48); }

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