Html Css Color HEX #ADCF00 La Rioja

📋 copy color: '#ADCF00'

red 173 ◦ green 207 ◦ blue 0

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

Shades of La Rioja #ADCF00

Tints of La Rioja #ADCF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.53%
G = 54.47%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#ADCF00 (or 0xADCF00) is known color: La Rioja. HEX triplet: AD, CF and 00. RGB value is (173,207,0). Sum of RGB (Red+Green+Blue) = 173+207+0=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF00 is #5230FF. Grayscale: #AEAEAE. Windows color (decimal): -5386496 or 53165. OLE color: 53165.

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

Color convert

RGB 173 207 0 -
CMYK 0.16 0 1 0.19
HSL 69.86º 1% 0.41% -
HSV(B) 69.86º 1% 0.81% -
XYZ 39.55 53.51 8.24 -
YUV 173.24 30.24 127.83 -
System Red Green Blue C M Y K H S L
Decimal 173 207 0 0.16 0 1 0.19 69.86 1 0.41
Hex AD CF 0 10 0 64 13 46 64 29
Octal 255 317 0 20 0 144 23 106 144 51
Binary 10101101 11001111 0 10000 0 1100100 10011 1000110 1100100 101001

Color Harmonies of #ADCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF00

Black with #ADCF00

Text Example


Text Example

White with #ADCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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