Html Css Color HEX #ADC910 Rio Grande

📋 copy color: '#ADC910'

red 173 ◦ green 201 ◦ blue 16

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

Shades of Rio Grande #ADC910

Tints of Rio Grande #ADC910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.54%

 BLUE value IS 16 (6.64% from 255) = 4.1%

R = 44.36%
G = 51.54%
B = 4.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#ADC910 (or 0xADC910) is known color: Rio Grande. HEX triplet: AD, C9 and 10. RGB value is (173,201,16). Sum of RGB (Red+Green+Blue) = 173+201+16=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC910 is #5236EF. Grayscale: #ACACAC. Windows color (decimal): -5388016 or 1100205. OLE color: 1100205.

HSL color Cylindrical-coordinate representation of color #ADC910: hue angle of 69.08º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC910 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 16 -
CMYK 0.14 0 0.92 0.21
HSL 69.08º 0.85% 0.43% -
HSV(B) 69.08º 0.92% 0.79% -
XYZ 38.21 50.69 8.26 -
YUV 171.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 173 201 16 0.14 0 0.92 0.21 69.08 0.85 0.43
Hex AD C9 10 E 0 5C 15 45 55 2B
Octal 255 311 20 16 0 134 25 105 125 53
Binary 10101101 11001001 10000 1110 0 1011100 10101 1000101 1010101 101011

Color Harmonies of #ADC910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC910

Black with #ADC910

Text Example


Text Example

White with #ADC910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC910; }

 p { color: rgb(173,201,16); }

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

background-color css

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

 a { background-color: rgb(173,201,16); }

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

border-color css

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

 span { border-color: rgb(173,201,16); }

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