#A0AC0F

Color #A0AC0F Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A0AC0F

Tints of Citrus #A0AC0F

Color information

#A0AC0F (or 0xA0AC0F) is unknown color: approx Citrus. HEX triplet: A0, AC and 0F. RGB value is (160,172,15). Sum of RGB (Red+Green+Blue) = 160+172+15=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC0F is #5F53F0. Grayscale: #979797. Windows color (decimal): -6247409 or 1027232. OLE color: 1027232.

HSL color Cylindrical-coordinate representation of color #A0AC0F: hue angle of 64.59º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0AC0F is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB16017215-
CMYK0.0700.910.33
HSL64.59º83.96%36.67%-
HSV(B)64.59º91.28%67.45%-
XYZ29.3437.016.05-
YUV150.5151.52134.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 15 (6.25% from 255) = 4.32%
R=46.11%
G=49.57%
B=4.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160172150.0700.910.3364.5983.9636.67
HexA0ACF705B21415425
Octal24025417701334110112445
Binary101000001010110011111110101101110000110000011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC0F; }

 p { color: rgb(160,172,15); }

 H1.HeaderClassName
 {
   color: #A0AC0F;
 }
 .AnyTagClassName
 {
   color: #A0AC0F;
 }
</style>
background-color css

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

 a { background-color: rgb(160,172,15); }

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

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

 span { border-color: rgb(160,172,15); }

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