Html Css Color HEX #ADCC00 La Rioja

📋 copy color: '#ADCC00'

red 173 ◦ green 204 ◦ blue 0

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

Shades of La Rioja #ADCC00

Tints of La Rioja #ADCC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.11%

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

R = 45.89%
G = 54.11%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#ADCC00 (or 0xADCC00) is known color: La Rioja. HEX triplet: AD, CC and 00. RGB value is (173,204,0). Sum of RGB (Red+Green+Blue) = 173+204+0=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC00 is #5233FF. Grayscale: #ACACAC. Windows color (decimal): -5387264 or 52397. OLE color: 52397.

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

Color convert

RGB 173 204 0 -
CMYK 0.15 0 1 0.2
HSL 69.12º 1% 0.4% -
HSV(B) 69.12º 1% 0.8% -
XYZ 38.83 52.07 8 -
YUV 171.48 31.23 129.09 -
System Red Green Blue C M Y K H S L
Decimal 173 204 0 0.15 0 1 0.2 69.12 1 0.4
Hex AD CC 0 F 0 64 14 45 64 28
Octal 255 314 0 17 0 144 24 105 144 50
Binary 10101101 11001100 0 1111 0 1100100 10100 1000101 1100100 101000

Color Harmonies of #ADCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC00

Black with #ADCC00

Text Example


Text Example

White with #ADCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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