Html Css Color HEX #ADE032 Atlantis

📋 copy color: '#ADE032'

red 173 ◦ green 224 ◦ blue 50

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

Shades of Atlantis #ADE032

Tints of Atlantis #ADE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.19%

R = 38.7%
G = 50.11%
B = 11.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#ADE032 (or 0xADE032) is known color: Atlantis. HEX triplet: AD, E0 and 32. RGB value is (173,224,50). Sum of RGB (Red+Green+Blue) = 173+224+50=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE032 is #521FCD. Grayscale: #BDBDBD. Windows color (decimal): -5382094 or 3334317. OLE color: 3334317.

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

Color convert

RGB 173 224 50 -
CMYK 0.23 0 0.78 0.12
HSL 77.59º 0.74% 0.54% -
HSV(B) 77.59º 0.78% 0.88% -
XYZ 44.46 62.43 12.72 -
YUV 188.92 49.6 116.65 -
System Red Green Blue C M Y K H S L
Decimal 173 224 50 0.23 0 0.78 0.12 77.59 0.74 0.54
Hex AD E0 32 17 0 4E C 4E 4A 36
Octal 255 340 62 27 0 116 14 116 112 66
Binary 10101101 11100000 110010 10111 0 1001110 1100 1001110 1001010 110110

Color Harmonies of #ADE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE032

Black with #ADE032

Text Example


Text Example

White with #ADE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE032; }

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

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

background-color css

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

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

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

border-color css

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

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

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