Html Css Color HEX #ADC902 La Rioja

📋 copy color: '#ADC902'

red 173 ◦ green 201 ◦ blue 2

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

Shades of La Rioja #ADC902

Tints of La Rioja #ADC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.46%

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

R = 46.01%
G = 53.46%
B = 0.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#ADC902 (or 0xADC902) is known color: La Rioja. HEX triplet: AD, C9 and 02. RGB value is (173,201,2). Sum of RGB (Red+Green+Blue) = 173+201+2=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC902 is #5236FD. Grayscale: #AAAAAA. Windows color (decimal): -5388030 or 182701. OLE color: 182701.

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

Color convert

RGB 173 201 2 -
CMYK 0.14 0 0.99 0.21
HSL 68.44º 0.98% 0.4% -
HSV(B) 68.44º 0.99% 0.79% -
XYZ 38.13 50.66 7.83 -
YUV 169.94 33.22 130.18 -
System Red Green Blue C M Y K H S L
Decimal 173 201 2 0.14 0 0.99 0.21 68.44 0.98 0.4
Hex AD C9 2 E 0 63 15 44 62 28
Octal 255 311 2 16 0 143 25 104 142 50
Binary 10101101 11001001 10 1110 0 1100011 10101 1000100 1100010 101000

Color Harmonies of #ADC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC902

Black with #ADC902

Text Example


Text Example

White with #ADC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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