Html Css Color HEX #ADD00D Rio Grande

📋 copy color: '#ADD00D'

red 173 ◦ green 208 ◦ blue 13

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

Shades of Rio Grande #ADD00D

Tints of Rio Grande #ADD00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.3%

R = 43.91%
G = 52.79%
B = 3.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#ADD00D (or 0xADD00D) is known color: Rio Grande. HEX triplet: AD, D0 and 0D. RGB value is (173,208,13). Sum of RGB (Red+Green+Blue) = 173+208+13=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD00D is #522FF2. Grayscale: #B0B0B0. Windows color (decimal): -5386227 or 905389. OLE color: 905389.

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

Color convert

RGB 173 208 13 -
CMYK 0.17 0 0.94 0.18
HSL 70.77º 0.88% 0.43% -
HSV(B) 70.77º 0.94% 0.82% -
XYZ 39.86 54.03 8.71 -
YUV 175.31 36.4 126.36 -
System Red Green Blue C M Y K H S L
Decimal 173 208 13 0.17 0 0.94 0.18 70.77 0.88 0.43
Hex AD D0 D 11 0 5E 12 47 58 2B
Octal 255 320 15 21 0 136 22 107 130 53
Binary 10101101 11010000 1101 10001 0 1011110 10010 1000111 1011000 101011

Color Harmonies of #ADD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD00D

Black with #ADD00D

Text Example


Text Example

White with #ADD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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