Html Css Color HEX #ADC70D Rio Grande

📋 copy color: '#ADC70D'

red 173 ◦ green 199 ◦ blue 13

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

Shades of Rio Grande #ADC70D

Tints of Rio Grande #ADC70D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.69%

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

R = 44.94%
G = 51.69%
B = 3.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#ADC70D (or 0xADC70D) is known color: Rio Grande. HEX triplet: AD, C7 and 0D. RGB value is (173,199,13). Sum of RGB (Red+Green+Blue) = 173+199+13=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC70D is #5238F2. Grayscale: #AAAAAA. Windows color (decimal): -5388531 or 903085. OLE color: 903085.

HSL color Cylindrical-coordinate representation of color #ADC70D: hue angle of 68.39º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADC70D is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 13 -
CMYK 0.13 0 0.93 0.22
HSL 68.39º 0.88% 0.42% -
HSV(B) 68.39º 0.93% 0.78% -
XYZ 37.73 49.76 8 -
YUV 170.02 39.39 130.12 -
System Red Green Blue C M Y K H S L
Decimal 173 199 13 0.13 0 0.93 0.22 68.39 0.88 0.42
Hex AD C7 D D 0 5D 16 44 58 2A
Octal 255 307 15 15 0 135 26 104 130 52
Binary 10101101 11000111 1101 1101 0 1011101 10110 1000100 1011000 101010

Color Harmonies of #ADC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC70D

Black with #ADC70D

Text Example


Text Example

White with #ADC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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