#A4C201

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

Shades of Citrus #A4C201

Tints of Citrus #A4C201

Color information

#A4C201 (or 0xA4C201) is unknown color: approx Citrus. HEX triplet: A4, C2 and 01. RGB value is (164,194,1). Sum of RGB (Red+Green+Blue) = 164+194+1=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C201 is #5B3DFE. Grayscale: #A3A3A3. Windows color (decimal): -5979647 or 115364. OLE color: 115364.

HSL color Cylindrical-coordinate representation of color #A4C201: hue angle of 69.33º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4C201 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1641941-
CMYK0.1500.990.24
HSL69.33º98.97%38.24%-
HSV(B)69.33º99.48%76.08%-
XYZ34.6146.487.18-
YUV163.0336.56128.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 194 (76.17% from 255) = 54.04%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=45.68%
G=54.04%
B=0.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16419410.1500.990.2469.3398.9738.24
HexA4C21F06318456326
Octal24430211701433010514346
Binary101001001100001011111011000111100010001011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C201; }

 p { color: rgb(164,194,1); }

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

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

 a { background-color: rgb(164,194,1); }

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

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

 span { border-color: rgb(164,194,1); }

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