Html Css Color HEX #ADD018 Rio Grande

📋 copy color: '#ADD018'

red 173 ◦ green 208 ◦ blue 24

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

Shades of Rio Grande #ADD018

Tints of Rio Grande #ADD018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.36%

 BLUE value IS 24 (9.77% from 255) = 5.93%

R = 42.72%
G = 51.36%
B = 5.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#ADD018 (or 0xADD018) is known color: Rio Grande. HEX triplet: AD, D0 and 18. RGB value is (173,208,24). Sum of RGB (Red+Green+Blue) = 173+208+24=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD018 is #522FE7. Grayscale: #B1B1B1. Windows color (decimal): -5386216 or 1626285. OLE color: 1626285.

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

Color convert

RGB 173 208 24 -
CMYK 0.17 0 0.88 0.18
HSL 71.41º 0.79% 0.45% -
HSV(B) 71.41º 0.88% 0.82% -
XYZ 39.95 54.06 9.19 -
YUV 176.56 41.9 125.46 -
System Red Green Blue C M Y K H S L
Decimal 173 208 24 0.17 0 0.88 0.18 71.41 0.79 0.45
Hex AD D0 18 11 0 58 12 47 4F 2D
Octal 255 320 30 21 0 130 22 107 117 55
Binary 10101101 11010000 11000 10001 0 1011000 10010 1000111 1001111 101101

Color Harmonies of #ADD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD018

Black with #ADD018

Text Example


Text Example

White with #ADD018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD018; }

 p { color: rgb(173,208,24); }

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

background-color css

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

 a { background-color: rgb(173,208,24); }

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

border-color css

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

 span { border-color: rgb(173,208,24); }

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