Html Css Color HEX #ADCE01 La Rioja

📋 copy color: '#ADCE01'

red 173 ◦ green 206 ◦ blue 1

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

Shades of La Rioja #ADCE01

Tints of La Rioja #ADCE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 45.53%
G = 54.21%
B = 0.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#ADCE01 (or 0xADCE01) is known color: La Rioja. HEX triplet: AD, CE and 01. RGB value is (173,206,1). Sum of RGB (Red+Green+Blue) = 173+206+1=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE01 is #5231FE. Grayscale: #ADADAD. Windows color (decimal): -5386751 or 118445. OLE color: 118445.

HSL color Cylindrical-coordinate representation of color #ADCE01: hue angle of 69.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADCE01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 1 -
CMYK 0.16 0 1.00 0.19
HSL 69.66º 0.99% 0.41% -
HSV(B) 69.66º 1% 0.81% -
XYZ 39.31 53.03 8.19 -
YUV 172.76 31.07 128.17 -
System Red Green Blue C M Y K H S L
Decimal 173 206 1 0.16 0 1.00 0.19 69.66 0.99 0.41
Hex AD CE 1 10 0 64 13 46 63 29
Octal 255 316 1 20 0 144 23 106 143 51
Binary 10101101 11001110 1 10000 0 1100100 10011 1000110 1100011 101001

Color Harmonies of #ADCE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE01

Black with #ADCE01

Text Example


Text Example

White with #ADCE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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