Html Css Color HEX #ADCF16 Rio Grande

📋 copy color: '#ADCF16'

red 173 ◦ green 207 ◦ blue 22

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

Shades of Rio Grande #ADCF16

Tints of Rio Grande #ADCF16

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.49%

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

R = 43.03%
G = 51.49%
B = 5.47%

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

#ADCF16 (or 0xADCF16) is known color: Rio Grande. HEX triplet: AD, CF and 16. RGB value is (173,207,22). Sum of RGB (Red+Green+Blue) = 173+207+22=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF16 is #5230E9. Grayscale: #B0B0B0. Windows color (decimal): -5386474 or 1494957. OLE color: 1494957.

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

Color convert

RGB 173 207 22 -
CMYK 0.16 0 0.89 0.19
HSL 71.03º 0.81% 0.45% -
HSV(B) 71.03º 0.89% 0.81% -
XYZ 39.69 53.57 9.01 -
YUV 175.74 41.24 126.04 -
System Red Green Blue C M Y K H S L
Decimal 173 207 22 0.16 0 0.89 0.19 71.03 0.81 0.45
Hex AD CF 16 10 0 59 13 47 51 2D
Octal 255 317 26 20 0 131 23 107 121 55
Binary 10101101 11001111 10110 10000 0 1011001 10011 1000111 1010001 101101

Color Harmonies of #ADCF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF16

Black with #ADCF16

Text Example


Text Example

White with #ADCF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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