Html Css Color HEX #ADC702 La Rioja

📋 copy color: '#ADC702'

red 173 ◦ green 199 ◦ blue 2

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

Shades of La Rioja #ADC702

Tints of La Rioja #ADC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.21%

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

R = 46.26%
G = 53.21%
B = 0.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#ADC702 (or 0xADC702) is known color: La Rioja. HEX triplet: AD, C7 and 02. RGB value is (173,199,2). Sum of RGB (Red+Green+Blue) = 173+199+2=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 199 (78.12% from 255 or 53.21% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC702 is #5238FD. Grayscale: #A9A9A9. Windows color (decimal): -5388542 or 182189. OLE color: 182189.

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

Color convert

RGB 173 199 2 -
CMYK 0.13 0 0.99 0.22
HSL 67.92º 0.98% 0.39% -
HSV(B) 67.92º 0.99% 0.78% -
XYZ 37.67 49.74 7.67 -
YUV 168.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 173 199 2 0.13 0 0.99 0.22 67.92 0.98 0.39
Hex AD C7 2 D 0 63 16 44 62 27
Octal 255 307 2 15 0 143 26 104 142 47
Binary 10101101 11000111 10 1101 0 1100011 10110 1000100 1100010 100111

Color Harmonies of #ADC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC702

Black with #ADC702

Text Example


Text Example

White with #ADC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC702; }

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

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

background-color css

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

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

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

border-color css

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

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

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