#A4C60D

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

Shades of Citrus #A4C60D

Tints of Citrus #A4C60D

Color information

#A4C60D (or 0xA4C60D) is unknown color: approx Citrus. HEX triplet: A4, C6 and 0D. RGB value is (164,198,13). Sum of RGB (Red+Green+Blue) = 164+198+13=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C60D is #5B39F2. Grayscale: #A7A7A7. Windows color (decimal): -5978611 or 902820. OLE color: 902820.

HSL color Cylindrical-coordinate representation of color #A4C60D: hue angle of 71.03º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4C60D is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB16419813-
CMYK0.1700.930.22
HSL71.03º87.68%41.37%-
HSV(B)71.03º93.43%77.65%-
XYZ35.5848.317.83-
YUV166.7441.24126.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 198 (77.73% from 255) = 52.8%
BLUE value IS 13 (5.47% from 255) = 3.47%
R=43.73%
G=52.8%
B=3.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164198130.1700.930.2271.0387.6841.37
HexA4C6D1105D16475829
Octal244306152101352610713051
Binary1010010011000110110110001010111011011010001111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C60D; }

 p { color: rgb(164,198,13); }

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

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

 a { background-color: rgb(164,198,13); }

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

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

 span { border-color: rgb(164,198,13); }

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