Html Css Color HEX #ADD113 Rio Grande

📋 copy color: '#ADD113'

red 173 ◦ green 209 ◦ blue 19

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

Shades of Rio Grande #ADD113

Tints of Rio Grande #ADD113

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.12%

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 43.14%
G = 52.12%
B = 4.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#ADD113 (or 0xADD113) is known color: Rio Grande. HEX triplet: AD, D1 and 13. RGB value is (173,209,19). Sum of RGB (Red+Green+Blue) = 173+209+19=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD113 is #522EEC. Grayscale: #B1B1B1. Windows color (decimal): -5385965 or 1298861. OLE color: 1298861.

HSL color Cylindrical-coordinate representation of color #ADD113: hue angle of 71.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADD113 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 19 -
CMYK 0.17 0 0.91 0.18
HSL 71.37º 0.83% 0.45% -
HSV(B) 71.37º 0.91% 0.82% -
XYZ 40.15 54.53 9.03 -
YUV 176.58 39.07 125.45 -
System Red Green Blue C M Y K H S L
Decimal 173 209 19 0.17 0 0.91 0.18 71.37 0.83 0.45
Hex AD D1 13 11 0 5B 12 47 53 2D
Octal 255 321 23 21 0 133 22 107 123 55
Binary 10101101 11010001 10011 10001 0 1011011 10010 1000111 1010011 101101

Color Harmonies of #ADD113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD113

Black with #ADD113

Text Example


Text Example

White with #ADD113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD113; }

 p { color: rgb(173,209,19); }

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

background-color css

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

 a { background-color: rgb(173,209,19); }

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

border-color css

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

 span { border-color: rgb(173,209,19); }

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