#A0A80F

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

Shades of Citrus #A0A80F

Tints of Citrus #A0A80F

Color information

#A0A80F (or 0xA0A80F) is unknown color: approx Citrus. HEX triplet: A0, A8 and 0F. RGB value is (160,168,15). Sum of RGB (Red+Green+Blue) = 160+168+15=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A80F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A80F is #5F57F0. Grayscale: #949494. Windows color (decimal): -6248433 or 1026208. OLE color: 1026208.

HSL color Cylindrical-coordinate representation of color #A0A80F: hue angle of 63.14º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0A80F is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB16016815-
CMYK0.0500.910.34
HSL63.14º83.61%35.88%-
HSV(B)63.14º91.07%65.88%-
XYZ28.5935.515.8-
YUV148.1752.85136.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=46.65%
G=48.98%
B=4.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160168150.0500.910.3463.1483.6135.88
HexA0A8F505B223f5424
Octal2402501750133427712444
Binary10100000101010001111101010110111000101111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A80F; }

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

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

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

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

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

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

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

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