Html Css Color HEX #ADCC0A Rio Grande

📋 copy color: '#ADCC0A'

red 173 ◦ green 204 ◦ blue 10

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

Shades of Rio Grande #ADCC0A

Tints of Rio Grande #ADCC0A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.71%

 BLUE value IS 10 (4.3% from 255) = 2.58%

R = 44.7%
G = 52.71%
B = 2.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#ADCC0A (or 0xADCC0A) is known color: Rio Grande. HEX triplet: AD, CC and 0A. RGB value is (173,204,10). Sum of RGB (Red+Green+Blue) = 173+204+10=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC0A is #5233F5. Grayscale: #ADADAD. Windows color (decimal): -5387254 or 707757. OLE color: 707757.

HSL color Cylindrical-coordinate representation of color #ADCC0A: hue angle of 69.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADCC0A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 10 -
CMYK 0.15 0 0.95 0.2
HSL 69.59º 0.91% 0.42% -
HSV(B) 69.59º 0.95% 0.8% -
XYZ 38.88 52.09 8.29 -
YUV 172.62 36.23 128.27 -
System Red Green Blue C M Y K H S L
Decimal 173 204 10 0.15 0 0.95 0.2 69.59 0.91 0.42
Hex AD CC A F 0 5F 14 46 5B 2A
Octal 255 314 12 17 0 137 24 106 133 52
Binary 10101101 11001100 1010 1111 0 1011111 10100 1000110 1011011 101010

Color Harmonies of #ADCC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC0A

Black with #ADCC0A

Text Example


Text Example

White with #ADCC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC0A; }

 p { color: rgb(173,204,10); }

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

background-color css

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

 a { background-color: rgb(173,204,10); }

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

border-color css

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

 span { border-color: rgb(173,204,10); }

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