Html Css Color HEX #ADD01D Rio Grande

📋 copy color: '#ADD01D'

red 173 ◦ green 208 ◦ blue 29

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

Shades of Rio Grande #ADD01D

Tints of Rio Grande #ADD01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 42.2%
G = 50.73%
B = 7.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#ADD01D (or 0xADD01D) is known color: Rio Grande. HEX triplet: AD, D0 and 1D. RGB value is (173,208,29). Sum of RGB (Red+Green+Blue) = 173+208+29=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD01D is #522FE2. Grayscale: #B1B1B1. Windows color (decimal): -5386211 or 1953965. OLE color: 1953965.

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

Color convert

RGB 173 208 29 -
CMYK 0.17 0 0.86 0.18
HSL 71.73º 0.76% 0.46% -
HSV(B) 71.73º 0.86% 0.82% -
XYZ 40.01 54.08 9.49 -
YUV 177.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 173 208 29 0.17 0 0.86 0.18 71.73 0.76 0.46
Hex AD D0 1D 11 0 56 12 48 4C 2E
Octal 255 320 35 21 0 126 22 110 114 56
Binary 10101101 11010000 11101 10001 0 1010110 10010 1001000 1001100 101110

Color Harmonies of #ADD01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD01D

Black with #ADD01D

Text Example


Text Example

White with #ADD01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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