Html Css Color HEX #ADC402 La Rioja

📋 copy color: '#ADC402'

red 173 ◦ green 196 ◦ blue 2

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

Shades of La Rioja #ADC402

Tints of La Rioja #ADC402

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.83%

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

R = 46.63%
G = 52.83%
B = 0.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#ADC402 (or 0xADC402) is known color: La Rioja. HEX triplet: AD, C4 and 02. RGB value is (173,196,2). Sum of RGB (Red+Green+Blue) = 173+196+2=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC402 is #523BFD. Grayscale: #A7A7A7. Windows color (decimal): -5389310 or 181421. OLE color: 181421.

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

Color convert

RGB 173 196 2 -
CMYK 0.12 0 0.99 0.23
HSL 67.11º 0.98% 0.39% -
HSV(B) 67.11º 0.99% 0.77% -
XYZ 36.98 48.37 7.44 -
YUV 167.01 34.88 132.27 -
System Red Green Blue C M Y K H S L
Decimal 173 196 2 0.12 0 0.99 0.23 67.11 0.98 0.39
Hex AD C4 2 C 0 63 17 43 62 27
Octal 255 304 2 14 0 143 27 103 142 47
Binary 10101101 11000100 10 1100 0 1100011 10111 1000011 1100010 100111

Color Harmonies of #ADC402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC402

Black with #ADC402

Text Example


Text Example

White with #ADC402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC402; }

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

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

background-color css

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

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

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

border-color css

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

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

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