#A0CA05

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

Shades of Citrus #A0CA05

Tints of Citrus #A0CA05

Color information

#A0CA05 (or 0xA0CA05) is unknown color: approx Citrus. HEX triplet: A0, CA and 05. RGB value is (160,202,5). Sum of RGB (Red+Green+Blue) = 160+202+5=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA05 is #5F35FA. Grayscale: #A7A7A7. Windows color (decimal): -6239739 or 379552. OLE color: 379552.

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

Color convert

RGB1602025-
CMYK0.2100.980.21
HSL72.79º95.17%40.59%-
HSV(B)72.79º97.52%79.22%-
XYZ35.6549.737.86-
YUV166.9836.59123.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 5 (2.34% from 255) = 1.36%
R=43.60%
G=55.04%
B=1.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16020250.2100.980.2172.7995.1740.59
HexA0CA51506215495f29
Octal24031252501422511113751
Binary101000001100101010110101011000101010110010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA05; }

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

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

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

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

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

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

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

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