Html Css Color HEX #ADCD16 Rio Grande

📋 copy color: '#ADCD16'

red 173 ◦ green 205 ◦ blue 22

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

Shades of Rio Grande #ADCD16

Tints of Rio Grande #ADCD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.25%

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

R = 43.25%
G = 51.25%
B = 5.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#ADCD16 (or 0xADCD16) is known color: Rio Grande. HEX triplet: AD, CD and 16. RGB value is (173,205,22). Sum of RGB (Red+Green+Blue) = 173+205+22=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD16 is #5232E9. Grayscale: #AFAFAF. Windows color (decimal): -5386986 or 1494445. OLE color: 1494445.

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

Color convert

RGB 173 205 22 -
CMYK 0.16 0 0.89 0.20
HSL 70.49º 0.81% 0.45% -
HSV(B) 70.49º 0.89% 0.8% -
XYZ 39.21 52.6 8.85 -
YUV 174.57 41.9 126.88 -
System Red Green Blue C M Y K H S L
Decimal 173 205 22 0.16 0 0.89 0.20 70.49 0.81 0.45
Hex AD CD 16 10 0 59 14 46 51 2D
Octal 255 315 26 20 0 131 24 106 121 55
Binary 10101101 11001101 10110 10000 0 1011001 10100 1000110 1010001 101101

Color Harmonies of #ADCD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD16

Black with #ADCD16

Text Example


Text Example

White with #ADCD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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