Html Css Color HEX #ADC802 La Rioja

📋 copy color: '#ADC802'

red 173 ◦ green 200 ◦ blue 2

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

Shades of La Rioja #ADC802

Tints of La Rioja #ADC802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 46.13%
G = 53.33%
B = 0.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#ADC802 (or 0xADC802) is known color: La Rioja. HEX triplet: AD, C8 and 02. RGB value is (173,200,2). Sum of RGB (Red+Green+Blue) = 173+200+2=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC802 is #5237FD. Grayscale: #AAAAAA. Windows color (decimal): -5388286 or 182445. OLE color: 182445.

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

Color convert

RGB 173 200 2 -
CMYK 0.14 0 0.99 0.22
HSL 68.18º 0.98% 0.4% -
HSV(B) 68.18º 0.99% 0.78% -
XYZ 37.9 50.2 7.75 -
YUV 169.36 33.55 130.6 -
System Red Green Blue C M Y K H S L
Decimal 173 200 2 0.14 0 0.99 0.22 68.18 0.98 0.4
Hex AD C8 2 E 0 63 16 44 62 28
Octal 255 310 2 16 0 143 26 104 142 50
Binary 10101101 11001000 10 1110 0 1100011 10110 1000100 1100010 101000

Color Harmonies of #ADC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC802

Black with #ADC802

Text Example


Text Example

White with #ADC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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