Html Css Color HEX #ADE035 Atlantis

📋 copy color: '#ADE035'

red 173 ◦ green 224 ◦ blue 53

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

Shades of Atlantis #ADE035

Tints of Atlantis #ADE035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.78%

R = 38.44%
G = 49.78%
B = 11.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#ADE035 (or 0xADE035) is known color: Atlantis. HEX triplet: AD, E0 and 35. RGB value is (173,224,53). Sum of RGB (Red+Green+Blue) = 173+224+53=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE035 is #521FCA. Grayscale: #BDBDBD. Windows color (decimal): -5382091 or 3530925. OLE color: 3530925.

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

Color convert

RGB 173 224 53 -
CMYK 0.23 0 0.76 0.12
HSL 77.89º 0.73% 0.54% -
HSV(B) 77.89º 0.76% 0.88% -
XYZ 44.53 62.45 13.08 -
YUV 189.26 51.1 116.4 -
System Red Green Blue C M Y K H S L
Decimal 173 224 53 0.23 0 0.76 0.12 77.89 0.73 0.54
Hex AD E0 35 17 0 4C C 4E 49 36
Octal 255 340 65 27 0 114 14 116 111 66
Binary 10101101 11100000 110101 10111 0 1001100 1100 1001110 1001001 110110

Color Harmonies of #ADE035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE035

Black with #ADE035

Text Example


Text Example

White with #ADE035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE035; }

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

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

background-color css

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

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

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

border-color css

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

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

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