Html Css Color HEX #ADE130 Atlantis

📋 copy color: '#ADE130'

red 173 ◦ green 225 ◦ blue 48

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

Shades of Atlantis #ADE130

Tints of Atlantis #ADE130

RGB

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

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

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

R = 38.79%
G = 50.45%
B = 10.76%

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

#ADE130 (or 0xADE130) is known color: Atlantis. HEX triplet: AD, E1 and 30. RGB value is (173,225,48). Sum of RGB (Red+Green+Blue) = 173+225+48=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE130 is #521ECF. Grayscale: #BDBDBD. Windows color (decimal): -5381840 or 3203501. OLE color: 3203501.

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

Color convert

RGB 173 225 48 -
CMYK 0.23 0 0.79 0.12
HSL 77.63º 0.75% 0.54% -
HSV(B) 77.63º 0.79% 0.88% -
XYZ 44.69 62.95 12.59 -
YUV 189.27 48.27 116.39 -
System Red Green Blue C M Y K H S L
Decimal 173 225 48 0.23 0 0.79 0.12 77.63 0.75 0.54
Hex AD E1 30 17 0 4F C 4E 4B 36
Octal 255 341 60 27 0 117 14 116 113 66
Binary 10101101 11100001 110000 10111 0 1001111 1100 1001110 1001011 110110

Color Harmonies of #ADE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE130

Black with #ADE130

Text Example


Text Example

White with #ADE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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