Html Css Color HEX #ADCF11 Rio Grande

📋 copy color: '#ADCF11'

red 173 ◦ green 207 ◦ blue 17

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

Shades of Rio Grande #ADCF11

Tints of Rio Grande #ADCF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 43.58%
G = 52.14%
B = 4.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#ADCF11 (or 0xADCF11) is known color: Rio Grande. HEX triplet: AD, CF and 11. RGB value is (173,207,17). Sum of RGB (Red+Green+Blue) = 173+207+17=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF11 is #5230EE. Grayscale: #AFAFAF. Windows color (decimal): -5386479 or 1167277. OLE color: 1167277.

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

Color convert

RGB 173 207 17 -
CMYK 0.16 0 0.92 0.19
HSL 70.74º 0.85% 0.44% -
HSV(B) 70.74º 0.92% 0.81% -
XYZ 39.65 53.55 8.78 -
YUV 175.17 38.74 126.45 -
System Red Green Blue C M Y K H S L
Decimal 173 207 17 0.16 0 0.92 0.19 70.74 0.85 0.44
Hex AD CF 11 10 0 5C 13 47 55 2C
Octal 255 317 21 20 0 134 23 107 125 54
Binary 10101101 11001111 10001 10000 0 1011100 10011 1000111 1010101 101100

Color Harmonies of #ADCF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF11

Black with #ADCF11

Text Example


Text Example

White with #ADCF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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