Html Css Color HEX #A0AD04 Citrus

📋 copy color: '#A0AD04'

red 160 ◦ green 173 ◦ blue 4

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

Shades of Citrus #A0AD04

Tints of Citrus #A0AD04

RGB

 RED value IS 160 (62.89% from 255) = 47.48%

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

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

R = 47.48%
G = 51.34%
B = 1.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#A0AD04 (or 0xA0AD04) is known color: Citrus. HEX triplet: A0, AD and 04. RGB value is (160,173,4). Sum of RGB (Red+Green+Blue) = 160+173+4=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD04 is #5F52FB. Grayscale: #969696. Windows color (decimal): -6247164 or 306592. OLE color: 306592.

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

Color convert

RGB 160 173 4 -
CMYK 0.08 0 0.98 0.32
HSL 64.62º 0.95% 0.35% -
HSV(B) 64.62º 0.98% 0.68% -
XYZ 29.46 37.37 5.78 -
YUV 149.85 45.69 135.24 -
System Red Green Blue C M Y K H S L
Decimal 160 173 4 0.08 0 0.98 0.32 64.62 0.95 0.35
Hex A0 AD 4 8 0 62 20 41 5F 23
Octal 240 255 4 10 0 142 40 101 137 43
Binary 10100000 10101101 100 1000 0 1100010 100000 1000001 1011111 100011

Color Harmonies of #A0AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD04

Black with #A0AD04

Text Example


Text Example

White with #A0AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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