Html Css Color HEX #ADCF13 Rio Grande

📋 copy color: '#ADCF13'

red 173 ◦ green 207 ◦ blue 19

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

Shades of Rio Grande #ADCF13

Tints of Rio Grande #ADCF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 43.36%
G = 51.88%
B = 4.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#ADCF13 (or 0xADCF13) is known color: Rio Grande. HEX triplet: AD, CF and 13. RGB value is (173,207,19). Sum of RGB (Red+Green+Blue) = 173+207+19=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF13 is #5230EC. Grayscale: #B0B0B0. Windows color (decimal): -5386477 or 1298349. OLE color: 1298349.

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

Color convert

RGB 173 207 19 -
CMYK 0.16 0 0.91 0.19
HSL 70.85º 0.83% 0.44% -
HSV(B) 70.85º 0.91% 0.81% -
XYZ 39.66 53.56 8.86 -
YUV 175.4 39.74 126.29 -
System Red Green Blue C M Y K H S L
Decimal 173 207 19 0.16 0 0.91 0.19 70.85 0.83 0.44
Hex AD CF 13 10 0 5B 13 47 53 2C
Octal 255 317 23 20 0 133 23 107 123 54
Binary 10101101 11001111 10011 10000 0 1011011 10011 1000111 1010011 101100

Color Harmonies of #ADCF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF13

Black with #ADCF13

Text Example


Text Example

White with #ADCF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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