#A9CA00

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

Shades of Citrus #A9CA00

Tints of Citrus #A9CA00

Color information

#A9CA00 (or 0xA9CA00) is unknown color: approx Citrus. HEX triplet: A9, CA and 00. RGB value is (169,202,0). Sum of RGB (Red+Green+Blue) = 169+202+0=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CA00 is #5635FF. Grayscale: #A9A9A9. Windows color (decimal): -5649920 or 51881. OLE color: 51881.

HSL color Cylindrical-coordinate representation of color #A9CA00: hue angle of 69.8º 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 #A9CA00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB1692020-
CMYK0.16010.21
HSL69.8º100%39.61%-
HSV(B)69.8º100%79.22%-
XYZ37.4850.687.81-
YUV169.132.57127.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 202 (79.30% from 255) = 54.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.55%
G=54.45%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16920200.16010.2169.810039.61
HexA9CA01006415466428
Octal25131202001442510614450
Binary1010100111001010010000011001001010110001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA00; }

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

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

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

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

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

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

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

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