#A5CA00

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

Shades of Citrus #A5CA00

Tints of Citrus #A5CA00

Color information

#A5CA00 (or 0xA5CA00) is unknown color: approx Citrus. HEX triplet: A5, CA and 00. RGB value is (165,202,0). Sum of RGB (Red+Green+Blue) = 165+202+0=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CA00 is #5A35FF. Grayscale: #A8A8A8. Windows color (decimal): -5912064 or 51877. OLE color: 51877.

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

Color convert

RGB1652020-
CMYK0.18010.21
HSL70.99º100%39.61%-
HSV(B)70.99º100%79.22%-
XYZ36.6450.247.77-
YUV167.9133.24125.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.96%
G=55.04%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16520200.18010.2170.9910039.61
HexA5CA01206415476428
Octal24531202201442510714450
Binary1010010111001010010010011001001010110001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA00; }

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

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

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

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

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

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

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

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