#A1CA00

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

Shades of Citrus #A1CA00

Tints of Citrus #A1CA00

Color information

#A1CA00 (or 0xA1CA00) is unknown color: approx Citrus. HEX triplet: A1, CA and 00. RGB value is (161,202,0). Sum of RGB (Red+Green+Blue) = 161+202+0=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA00 is #5E35FF. Grayscale: #A7A7A7. Windows color (decimal): -6174208 or 51873. OLE color: 51873.

HSL color Cylindrical-coordinate representation of color #A1CA00: hue angle of 72.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1CA00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB1612020-
CMYK0.20010.21
HSL72.18º100%39.61%-
HSV(B)72.18º100%79.22%-
XYZ35.8249.827.73-
YUV166.7133.92123.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 202 (79.30% from 255) = 55.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.35%
G=55.65%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16120200.20010.2172.1810039.61
HexA1CA01406415486428
Octal24131202401442511014450
Binary1010000111001010010100011001001010110010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA00; }

 p { color: rgb(161,202,0); }

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

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

 a { background-color: rgb(161,202,0); }

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

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

 span { border-color: rgb(161,202,0); }

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