Html Css Color HEX #ADE034 Atlantis

📋 copy color: '#ADE034'

red 173 ◦ green 224 ◦ blue 52

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

Shades of Atlantis #ADE034

Tints of Atlantis #ADE034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 38.53%
G = 49.89%
B = 11.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#ADE034 (or 0xADE034) is known color: Atlantis. HEX triplet: AD, E0 and 34. RGB value is (173,224,52). Sum of RGB (Red+Green+Blue) = 173+224+52=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE034 is #521FCB. Grayscale: #BDBDBD. Windows color (decimal): -5382092 or 3465389. OLE color: 3465389.

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

Color convert

RGB 173 224 52 -
CMYK 0.23 0 0.77 0.12
HSL 77.79º 0.74% 0.54% -
HSV(B) 77.79º 0.77% 0.88% -
XYZ 44.51 62.44 12.96 -
YUV 189.14 50.6 116.49 -
System Red Green Blue C M Y K H S L
Decimal 173 224 52 0.23 0 0.77 0.12 77.79 0.74 0.54
Hex AD E0 34 17 0 4D C 4E 4A 36
Octal 255 340 64 27 0 115 14 116 112 66
Binary 10101101 11100000 110100 10111 0 1001101 1100 1001110 1001010 110110

Color Harmonies of #ADE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE034

Black with #ADE034

Text Example


Text Example

White with #ADE034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE034; }

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

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

background-color css

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

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

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

border-color css

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

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

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