Html Css Color HEX #ADCE13 Rio Grande

📋 copy color: '#ADCE13'

red 173 ◦ green 206 ◦ blue 19

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

Shades of Rio Grande #ADCE13

Tints of Rio Grande #ADCE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.76%

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

R = 43.47%
G = 51.76%
B = 4.77%

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

#ADCE13 (or 0xADCE13) is known color: Rio Grande. HEX triplet: AD, CE and 13. RGB value is (173,206,19). Sum of RGB (Red+Green+Blue) = 173+206+19=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE13 is #5231EC. Grayscale: #AFAFAF. Windows color (decimal): -5386733 or 1298093. OLE color: 1298093.

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

Color convert

RGB 173 206 19 -
CMYK 0.16 0 0.91 0.19
HSL 70.59º 0.83% 0.44% -
HSV(B) 70.59º 0.91% 0.81% -
XYZ 39.42 53.07 8.78 -
YUV 174.82 40.07 126.71 -
System Red Green Blue C M Y K H S L
Decimal 173 206 19 0.16 0 0.91 0.19 70.59 0.83 0.44
Hex AD CE 13 10 0 5B 13 47 53 2C
Octal 255 316 23 20 0 133 23 107 123 54
Binary 10101101 11001110 10011 10000 0 1011011 10011 1000111 1010011 101100

Color Harmonies of #ADCE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE13

Black with #ADCE13

Text Example


Text Example

White with #ADCE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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