Html Css Color HEX #ADC90D Rio Grande

📋 copy color: '#ADC90D'

red 173 ◦ green 201 ◦ blue 13

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

Shades of Rio Grande #ADC90D

Tints of Rio Grande #ADC90D

RGB

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

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

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

R = 44.7%
G = 51.94%
B = 3.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#ADC90D (or 0xADC90D) is known color: Rio Grande. HEX triplet: AD, C9 and 0D. RGB value is (173,201,13). Sum of RGB (Red+Green+Blue) = 173+201+13=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC90D is #5236F2. Grayscale: #ABABAB. Windows color (decimal): -5388019 or 903597. OLE color: 903597.

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

Color convert

RGB 173 201 13 -
CMYK 0.14 0 0.94 0.21
HSL 68.94º 0.88% 0.42% -
HSV(B) 68.94º 0.94% 0.79% -
XYZ 38.19 50.69 8.15 -
YUV 171.2 38.72 129.29 -
System Red Green Blue C M Y K H S L
Decimal 173 201 13 0.14 0 0.94 0.21 68.94 0.88 0.42
Hex AD C9 D E 0 5E 15 45 58 2A
Octal 255 311 15 16 0 136 25 105 130 52
Binary 10101101 11001001 1101 1110 0 1011110 10101 1000101 1011000 101010

Color Harmonies of #ADC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC90D

Black with #ADC90D

Text Example


Text Example

White with #ADC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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