Html Css Color HEX #ADC805 La Rioja

📋 copy color: '#ADC805'

red 173 ◦ green 200 ◦ blue 5

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

Shades of La Rioja #ADC805

Tints of La Rioja #ADC805

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.91%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 45.77%
G = 52.91%
B = 1.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#ADC805 (or 0xADC805) is known color: La Rioja. HEX triplet: AD, C8 and 05. RGB value is (173,200,5). Sum of RGB (Red+Green+Blue) = 173+200+5=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC805 is #5237FA. Grayscale: #AAAAAA. Windows color (decimal): -5388283 or 379053. OLE color: 379053.

HSL color Cylindrical-coordinate representation of color #ADC805: hue angle of 68.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADC805 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 5 -
CMYK 0.14 0 0.98 0.22
HSL 68.31º 0.95% 0.4% -
HSV(B) 68.31º 0.98% 0.78% -
XYZ 37.92 50.2 7.84 -
YUV 169.7 35.05 130.36 -
System Red Green Blue C M Y K H S L
Decimal 173 200 5 0.14 0 0.98 0.22 68.31 0.95 0.4
Hex AD C8 5 E 0 62 16 44 5F 28
Octal 255 310 5 16 0 142 26 104 137 50
Binary 10101101 11001000 101 1110 0 1100010 10110 1000100 1011111 101000

Color Harmonies of #ADC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC805

Black with #ADC805

Text Example


Text Example

White with #ADC805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC805; }

 p { color: rgb(173,200,5); }

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

background-color css

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

 a { background-color: rgb(173,200,5); }

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

border-color css

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

 span { border-color: rgb(173,200,5); }

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