Html Css Color HEX #ADCD17 Rio Grande

📋 copy color: '#ADCD17'

red 173 ◦ green 205 ◦ blue 23

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

Shades of Rio Grande #ADCD17

Tints of Rio Grande #ADCD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.74%

R = 43.14%
G = 51.12%
B = 5.74%

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

#ADCD17 (or 0xADCD17) is known color: Rio Grande. HEX triplet: AD, CD and 17. RGB value is (173,205,23). Sum of RGB (Red+Green+Blue) = 173+205+23=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD17 is #5232E8. Grayscale: #AFAFAF. Windows color (decimal): -5386985 or 1559981. OLE color: 1559981.

HSL color Cylindrical-coordinate representation of color #ADCD17: hue angle of 70.55º degrees, saturation: 0.8, 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 #ADCD17 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 23 -
CMYK 0.16 0 0.89 0.20
HSL 70.55º 0.8% 0.45% -
HSV(B) 70.55º 0.89% 0.8% -
XYZ 39.22 52.61 8.9 -
YUV 174.68 42.4 126.8 -
System Red Green Blue C M Y K H S L
Decimal 173 205 23 0.16 0 0.89 0.20 70.55 0.8 0.45
Hex AD CD 17 10 0 59 14 47 50 2D
Octal 255 315 27 20 0 131 24 107 120 55
Binary 10101101 11001101 10111 10000 0 1011001 10100 1000111 1010000 101101

Color Harmonies of #ADCD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD17

Black with #ADCD17

Text Example


Text Example

White with #ADCD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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