Html Css Color HEX #ADE13A Atlantis

📋 copy color: '#ADE13A'

red 173 ◦ green 225 ◦ blue 58

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

Shades of Atlantis #ADE13A

Tints of Atlantis #ADE13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.34%

 BLUE value IS 58 (23.05% from 255) = 12.72%

R = 37.94%
G = 49.34%
B = 12.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#ADE13A (or 0xADE13A) is known color: Atlantis. HEX triplet: AD, E1 and 3A. RGB value is (173,225,58). Sum of RGB (Red+Green+Blue) = 173+225+58=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE13A is #521EC5. Grayscale: #BFBFBF. Windows color (decimal): -5381830 or 3858861. OLE color: 3858861.

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

Color convert

RGB 173 225 58 -
CMYK 0.23 0 0.74 0.12
HSL 78.68º 0.74% 0.55% -
HSV(B) 78.68º 0.74% 0.88% -
XYZ 44.92 63.04 13.8 -
YUV 190.41 53.27 115.58 -
System Red Green Blue C M Y K H S L
Decimal 173 225 58 0.23 0 0.74 0.12 78.68 0.74 0.55
Hex AD E1 3A 17 0 4A C 4F 4A 37
Octal 255 341 72 27 0 112 14 117 112 67
Binary 10101101 11100001 111010 10111 0 1001010 1100 1001111 1001010 110111

Color Harmonies of #ADE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE13A

Black with #ADE13A

Text Example


Text Example

White with #ADE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE13A; }

 p { color: rgb(173,225,58); }

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

background-color css

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

 a { background-color: rgb(173,225,58); }

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

border-color css

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

 span { border-color: rgb(173,225,58); }

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