Html Css Color HEX #A0AD0C Citrus

📋 copy color: '#A0AD0C'

red 160 ◦ green 173 ◦ blue 12

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

Shades of Citrus #A0AD0C

Tints of Citrus #A0AD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 46.38%
G = 50.14%
B = 3.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#A0AD0C (or 0xA0AD0C) is known color: Citrus. HEX triplet: A0, AD and 0C. RGB value is (160,173,12). Sum of RGB (Red+Green+Blue) = 160+173+12=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD0C is #5F52F3. Grayscale: #979797. Windows color (decimal): -6247156 or 830880. OLE color: 830880.

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

Color convert

RGB 160 173 12 -
CMYK 0.08 0 0.93 0.32
HSL 64.84º 0.87% 0.36% -
HSV(B) 64.84º 0.93% 0.68% -
XYZ 29.51 37.39 6.01 -
YUV 150.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 160 173 12 0.08 0 0.93 0.32 64.84 0.87 0.36
Hex A0 AD C 8 0 5D 20 41 57 24
Octal 240 255 14 10 0 135 40 101 127 44
Binary 10100000 10101101 1100 1000 0 1011101 100000 1000001 1010111 100100

Color Harmonies of #A0AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD0C

Black with #A0AD0C

Text Example


Text Example

White with #A0AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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