#A8C201

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

Shades of Citrus #A8C201

Tints of Citrus #A8C201

Color information

#A8C201 (or 0xA8C201) is unknown color: approx Citrus. HEX triplet: A8, C2 and 01. RGB value is (168,194,1). Sum of RGB (Red+Green+Blue) = 168+194+1=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C201 is #573DFE. Grayscale: #A4A4A4. Windows color (decimal): -5717503 or 115368. OLE color: 115368.

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

Color convert

RGB1681941-
CMYK0.1300.990.24
HSL68.08º98.97%38.24%-
HSV(B)68.08º99.48%76.08%-
XYZ35.4546.917.22-
YUV164.2235.89130.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 194 (76.17% from 255) = 53.44%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=46.28%
G=53.44%
B=0.28%

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
Decimal16819410.1300.990.2468.0898.9738.24
HexA8C21D06318446326
Octal25030211501433010414346
Binary101010001100001011101011000111100010001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C201; }

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

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

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

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

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

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

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

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