Html Css Color HEX #ADCC05 La Rioja

📋 copy color: '#ADCC05'

red 173 ◦ green 204 ◦ blue 5

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

Shades of La Rioja #ADCC05

Tints of La Rioja #ADCC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 45.29%
G = 53.4%
B = 1.31%

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

#ADCC05 (or 0xADCC05) is known color: La Rioja. HEX triplet: AD, CC and 05. RGB value is (173,204,5). Sum of RGB (Red+Green+Blue) = 173+204+5=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC05 is #5233FA. Grayscale: #ACACAC. Windows color (decimal): -5387259 or 380077. OLE color: 380077.

HSL color Cylindrical-coordinate representation of color #ADCC05: hue angle of 69.35º degrees, saturation: 0.95, 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 #ADCC05 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 5 -
CMYK 0.15 0 0.98 0.2
HSL 69.35º 0.95% 0.41% -
HSV(B) 69.35º 0.98% 0.8% -
XYZ 38.85 52.08 8.15 -
YUV 172.05 33.73 128.68 -
System Red Green Blue C M Y K H S L
Decimal 173 204 5 0.15 0 0.98 0.2 69.35 0.95 0.41
Hex AD CC 5 F 0 62 14 45 5F 29
Octal 255 314 5 17 0 142 24 105 137 51
Binary 10101101 11001100 101 1111 0 1100010 10100 1000101 1011111 101001

Color Harmonies of #ADCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC05

Black with #ADCC05

Text Example


Text Example

White with #ADCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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