Html Css Color HEX #ADCD05 La Rioja

📋 copy color: '#ADCD05'

red 173 ◦ green 205 ◦ blue 5

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

Shades of La Rioja #ADCD05

Tints of La Rioja #ADCD05

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.52%

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

R = 45.17%
G = 53.52%
B = 1.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#ADCD05 (or 0xADCD05) is known color: La Rioja. HEX triplet: AD, CD and 05. RGB value is (173,205,5). Sum of RGB (Red+Green+Blue) = 173+205+5=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD05 is #5232FA. Grayscale: #ADADAD. Windows color (decimal): -5387003 or 380333. OLE color: 380333.

HSL color Cylindrical-coordinate representation of color #ADCD05: hue angle of 69.6º 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 #ADCD05 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 5 -
CMYK 0.16 0 0.98 0.20
HSL 69.6º 0.95% 0.41% -
HSV(B) 69.6º 0.98% 0.8% -
XYZ 39.09 52.56 8.23 -
YUV 172.63 33.4 128.26 -
System Red Green Blue C M Y K H S L
Decimal 173 205 5 0.16 0 0.98 0.20 69.6 0.95 0.41
Hex AD CD 5 10 0 62 14 46 5F 29
Octal 255 315 5 20 0 142 24 106 137 51
Binary 10101101 11001101 101 10000 0 1100010 10100 1000110 1011111 101001

Color Harmonies of #ADCD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD05

Black with #ADCD05

Text Example


Text Example

White with #ADCD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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