#A5B40C

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

Shades of Citrus #A5B40C

Tints of Citrus #A5B40C

Color information

#A5B40C (or 0xA5B40C) is unknown color: approx Citrus. HEX triplet: A5, B4 and 0C. RGB value is (165,180,12). Sum of RGB (Red+Green+Blue) = 165+180+12=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B40C is #5A4BF3. Grayscale: #9D9D9D. Windows color (decimal): -5917684 or 832677. OLE color: 832677.

HSL color Cylindrical-coordinate representation of color #A5B40C: hue angle of 65.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5B40C is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB16518012-
CMYK0.0800.930.29
HSL65.36º87.5%37.65%-
HSV(B)65.36º93.33%70.59%-
XYZ31.940.676.52-
YUV156.3646.53134.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 180 (70.70% from 255) = 50.42%
BLUE value IS 12 (5.08% from 255) = 3.36%
R=46.22%
G=50.42%
B=3.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165180120.0800.930.2965.3687.537.65
HexA5B4C805D1D415826
Octal245264141001353510113046
Binary101001011011010011001000010111011110110000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B40C; }

 p { color: rgb(165,180,12); }

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

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

 a { background-color: rgb(165,180,12); }

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

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

 span { border-color: rgb(165,180,12); }

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