Html Css Color HEX #ADCE00 La Rioja

📋 copy color: '#ADCE00'

red 173 ◦ green 206 ◦ blue 0

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

Shades of La Rioja #ADCE00

Tints of La Rioja #ADCE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.65%
G = 54.35%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#ADCE00 (or 0xADCE00) is known color: La Rioja. HEX triplet: AD, CE and 00. RGB value is (173,206,0). Sum of RGB (Red+Green+Blue) = 173+206+0=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE00 is #5231FF. Grayscale: #ADADAD. Windows color (decimal): -5386752 or 52909. OLE color: 52909.

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

Color convert

RGB 173 206 0 -
CMYK 0.16 0 1 0.19
HSL 69.61º 1% 0.4% -
HSV(B) 69.61º 1% 0.81% -
XYZ 39.3 53.03 8.16 -
YUV 172.65 30.57 128.25 -
System Red Green Blue C M Y K H S L
Decimal 173 206 0 0.16 0 1 0.19 69.61 1 0.4
Hex AD CE 0 10 0 64 13 46 64 28
Octal 255 316 0 20 0 144 23 106 144 50
Binary 10101101 11001110 0 10000 0 1100100 10011 1000110 1100100 101000

Color Harmonies of #ADCE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE00

Black with #ADCE00

Text Example


Text Example

White with #ADCE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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