Html Css Color HEX #ADAD00 Citrus

📋 copy color: '#ADAD00'

red 173 ◦ green 173 ◦ blue 0

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

Shades of Citrus #ADAD00

Tints of Citrus #ADAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#ADAD00 (or 0xADAD00) is known color: Citrus. HEX triplet: AD, AD and 00. RGB value is (173,173,0). Sum of RGB (Red+Green+Blue) = 173+173+0=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD00 is #5252FF. Grayscale: #999999. Windows color (decimal): -5395200 or 44461. OLE color: 44461.

HSL color Cylindrical-coordinate representation of color #ADAD00: hue angle of 60º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADAD00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 0 -
CMYK 0 0 1 0.32
HSL 60º 1% 0.34% -
HSV(B) 60º 1% 0.68% -
XYZ 32.18 38.77 5.79 -
YUV 153.28 41.5 142.07 -
System Red Green Blue C M Y K H S L
Decimal 173 173 0 0 0 1 0.32 60 1 0.34
Hex AD AD 0 0 0 64 20 3C 64 22
Octal 255 255 0 0 0 144 40 74 144 42
Binary 10101101 10101101 0 0 0 1100100 100000 111100 1100100 100010

Color Harmonies of #ADAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD00

Black with #ADAD00

Text Example


Text Example

White with #ADAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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