Html Css Color HEX #ADAD04 Citrus

📋 copy color: '#ADAD04'

red 173 ◦ green 173 ◦ blue 4

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

Shades of Citrus #ADAD04

Tints of Citrus #ADAD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 49.43%
G = 49.43%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADAD04 (or 0xADAD04) is known color: Citrus. HEX triplet: AD, AD and 04. RGB value is (173,173,4). Sum of RGB (Red+Green+Blue) = 173+173+4=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD04 is #5252FB. Grayscale: #9A9A9A. Windows color (decimal): -5395196 or 306605. OLE color: 306605.

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

Color convert

RGB 173 173 4 -
CMYK 0 0 0.98 0.32
HSL 60º 0.95% 0.35% -
HSV(B) 60º 0.98% 0.68% -
XYZ 32.2 38.78 5.9 -
YUV 153.73 43.5 141.74 -
System Red Green Blue C M Y K H S L
Decimal 173 173 4 0 0 0.98 0.32 60 0.95 0.35
Hex AD AD 4 0 0 62 20 3C 5F 23
Octal 255 255 4 0 0 142 40 74 137 43
Binary 10101101 10101101 100 0 0 1100010 100000 111100 1011111 100011

Color Harmonies of #ADAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD04

Black with #ADAD04

Text Example


Text Example

White with #ADAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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