#A2CA05

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

Shades of Citrus #A2CA05

Tints of Citrus #A2CA05

Color information

#A2CA05 (or 0xA2CA05) is unknown color: approx Citrus. HEX triplet: A2, CA and 05. RGB value is (162,202,5). Sum of RGB (Red+Green+Blue) = 162+202+5=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA05 is #5D35FA. Grayscale: #A8A8A8. Windows color (decimal): -6108667 or 379554. OLE color: 379554.

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

Color convert

RGB1622025-
CMYK0.2000.980.21
HSL72.18º95.17%40.59%-
HSV(B)72.18º97.52%79.22%-
XYZ36.0549.937.88-
YUV167.5836.25124.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 202 (79.30% from 255) = 54.74%
BLUE value IS 5 (2.34% from 255) = 1.36%
R=43.90%
G=54.74%
B=1.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16220250.2000.980.2172.1895.1740.59
HexA2CA51406215485f29
Octal24231252401422511013751
Binary101000101100101010110100011000101010110010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA05; }

 p { color: rgb(162,202,5); }

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

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

 a { background-color: rgb(162,202,5); }

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

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

 span { border-color: rgb(162,202,5); }

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