Html Css Color HEX #ADCC04 La Rioja

📋 copy color: '#ADCC04'

red 173 ◦ green 204 ◦ blue 4

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

Shades of La Rioja #ADCC04

Tints of La Rioja #ADCC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.54%

 BLUE value IS 4 (1.95% from 255) = 1.05%

R = 45.41%
G = 53.54%
B = 1.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#ADCC04 (or 0xADCC04) is known color: La Rioja. HEX triplet: AD, CC and 04. RGB value is (173,204,4). Sum of RGB (Red+Green+Blue) = 173+204+4=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC04 is #5233FB. Grayscale: #ACACAC. Windows color (decimal): -5387260 or 314541. OLE color: 314541.

HSL color Cylindrical-coordinate representation of color #ADCC04: hue angle of 69.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADCC04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 4 -
CMYK 0.15 0 0.98 0.2
HSL 69.3º 0.96% 0.41% -
HSV(B) 69.3º 0.98% 0.8% -
XYZ 38.85 52.08 8.12 -
YUV 171.93 33.23 128.76 -
System Red Green Blue C M Y K H S L
Decimal 173 204 4 0.15 0 0.98 0.2 69.3 0.96 0.41
Hex AD CC 4 F 0 62 14 45 60 29
Octal 255 314 4 17 0 142 24 105 140 51
Binary 10101101 11001100 100 1111 0 1100010 10100 1000101 1100000 101001

Color Harmonies of #ADCC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC04

Black with #ADCC04

Text Example


Text Example

White with #ADCC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC04; }

 p { color: rgb(173,204,4); }

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

background-color css

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

 a { background-color: rgb(173,204,4); }

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

border-color css

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

 span { border-color: rgb(173,204,4); }

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