Html Css Color HEX #ADCE16 Rio Grande

📋 copy color: '#ADCE16'

red 173 ◦ green 206 ◦ blue 22

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

Shades of Rio Grande #ADCE16

Tints of Rio Grande #ADCE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.37%

 BLUE value IS 22 (8.98% from 255) = 5.49%

R = 43.14%
G = 51.37%
B = 5.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#ADCE16 (or 0xADCE16) is known color: Rio Grande. HEX triplet: AD, CE and 16. RGB value is (173,206,22). Sum of RGB (Red+Green+Blue) = 173+206+22=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE16 is #5231E9. Grayscale: #AFAFAF. Windows color (decimal): -5386730 or 1494701. OLE color: 1494701.

HSL color Cylindrical-coordinate representation of color #ADCE16: hue angle of 70.76º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADCE16 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 22 -
CMYK 0.16 0 0.89 0.19
HSL 70.76º 0.81% 0.45% -
HSV(B) 70.76º 0.89% 0.81% -
XYZ 39.45 53.08 8.93 -
YUV 175.16 41.57 126.46 -
System Red Green Blue C M Y K H S L
Decimal 173 206 22 0.16 0 0.89 0.19 70.76 0.81 0.45
Hex AD CE 16 10 0 59 13 47 51 2D
Octal 255 316 26 20 0 131 23 107 121 55
Binary 10101101 11001110 10110 10000 0 1011001 10011 1000111 1010001 101101

Color Harmonies of #ADCE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE16

Black with #ADCE16

Text Example


Text Example

White with #ADCE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE16; }

 p { color: rgb(173,206,22); }

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

background-color css

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

 a { background-color: rgb(173,206,22); }

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

border-color css

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

 span { border-color: rgb(173,206,22); }

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