#A9C201

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

Shades of Citrus #A9C201

Tints of Citrus #A9C201

Color information

#A9C201 (or 0xA9C201) is unknown color: approx Citrus. HEX triplet: A9, C2 and 01. RGB value is (169,194,1). Sum of RGB (Red+Green+Blue) = 169+194+1=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C201 is #563DFE. Grayscale: #A5A5A5. Windows color (decimal): -5651967 or 115369. OLE color: 115369.

HSL color Cylindrical-coordinate representation of color #A9C201: hue angle of 67.77º 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 #A9C201 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1691941-
CMYK0.1300.990.24
HSL67.77º98.97%38.24%-
HSV(B)67.77º99.48%76.08%-
XYZ35.6647.027.23-
YUV164.5235.72131.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 194 (76.17% from 255) = 53.30%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=46.43%
G=53.30%
B=0.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16919410.1300.990.2467.7798.9738.24
HexA9C21D06318446326
Octal25130211501433010414346
Binary101010011100001011101011000111100010001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C201; }

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

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

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

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

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

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

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

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