#A8B40C

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

Shades of Citrus #A8B40C

Tints of Citrus #A8B40C

Color information

#A8B40C (or 0xA8B40C) is unknown color: approx Citrus. HEX triplet: A8, B4 and 0C. RGB value is (168,180,12). Sum of RGB (Red+Green+Blue) = 168+180+12=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B40C is #574BF3. Grayscale: #9D9D9D. Windows color (decimal): -5721076 or 832680. OLE color: 832680.

HSL color Cylindrical-coordinate representation of color #A8B40C: hue angle of 64.29º 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 #A8B40C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB16818012-
CMYK0.0700.930.29
HSL64.29º87.5%37.65%-
HSV(B)64.29º93.33%70.59%-
XYZ32.5440.996.55-
YUV157.2646.02135.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 3.33%
R=46.67%
G=50%
B=3.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180120.0700.930.2964.2987.537.65
HexA8B4C705D1D405826
Octal25026414701353510013046
Binary10101000101101001100111010111011110110000001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B40C; }

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

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

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

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

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

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

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

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