Html Css Color HEX #ADCF05 La Rioja

📋 copy color: '#ADCF05'

red 173 ◦ green 207 ◦ blue 5

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

Shades of La Rioja #ADCF05

Tints of La Rioja #ADCF05

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.77%

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

R = 44.94%
G = 53.77%
B = 1.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#ADCF05 (or 0xADCF05) is known color: La Rioja. HEX triplet: AD, CF and 05. RGB value is (173,207,5). Sum of RGB (Red+Green+Blue) = 173+207+5=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF05 is #5230FA. Grayscale: #AEAEAE. Windows color (decimal): -5386491 or 380845. OLE color: 380845.

HSL color Cylindrical-coordinate representation of color #ADCF05: hue angle of 70.1º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADCF05 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 5 -
CMYK 0.16 0 0.98 0.19
HSL 70.1º 0.95% 0.42% -
HSV(B) 70.1º 0.98% 0.81% -
XYZ 39.57 53.52 8.39 -
YUV 173.81 32.74 127.43 -
System Red Green Blue C M Y K H S L
Decimal 173 207 5 0.16 0 0.98 0.19 70.1 0.95 0.42
Hex AD CF 5 10 0 62 13 46 5F 2A
Octal 255 317 5 20 0 142 23 106 137 52
Binary 10101101 11001111 101 10000 0 1100010 10011 1000110 1011111 101010

Color Harmonies of #ADCF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF05

Black with #ADCF05

Text Example


Text Example

White with #ADCF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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