Html Css Color HEX #ADC90C Rio Grande

📋 copy color: '#ADC90C'

red 173 ◦ green 201 ◦ blue 12

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

Shades of Rio Grande #ADC90C

Tints of Rio Grande #ADC90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.11%

R = 44.82%
G = 52.07%
B = 3.11%

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

#ADC90C (or 0xADC90C) is known color: Rio Grande. HEX triplet: AD, C9 and 0C. RGB value is (173,201,12). Sum of RGB (Red+Green+Blue) = 173+201+12=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC90C is #5236F3. Grayscale: #ABABAB. Windows color (decimal): -5388020 or 838061. OLE color: 838061.

HSL color Cylindrical-coordinate representation of color #ADC90C: hue angle of 68.89º degrees, saturation: 0.89, 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 #ADC90C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 12 -
CMYK 0.14 0 0.94 0.21
HSL 68.89º 0.89% 0.42% -
HSV(B) 68.89º 0.94% 0.79% -
XYZ 38.19 50.68 8.12 -
YUV 171.08 38.22 129.37 -
System Red Green Blue C M Y K H S L
Decimal 173 201 12 0.14 0 0.94 0.21 68.89 0.89 0.42
Hex AD C9 C E 0 5E 15 45 59 2A
Octal 255 311 14 16 0 136 25 105 131 52
Binary 10101101 11001001 1100 1110 0 1011110 10101 1000101 1011001 101010

Color Harmonies of #ADC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC90C

Black with #ADC90C

Text Example


Text Example

White with #ADC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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