#A0CA03

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

Shades of Citrus #A0CA03

Tints of Citrus #A0CA03

Color information

#A0CA03 (or 0xA0CA03) is unknown color: approx Citrus. HEX triplet: A0, CA and 03. RGB value is (160,202,3). Sum of RGB (Red+Green+Blue) = 160+202+3=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA03 is #5F35FC. Grayscale: #A7A7A7. Windows color (decimal): -6239741 or 248480. OLE color: 248480.

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

Color convert

RGB1602023-
CMYK0.2100.990.21
HSL72.66º97.07%40.2%-
HSV(B)72.66º98.51%79.22%-
XYZ35.6349.727.81-
YUV166.7635.59123.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 202 (79.30% from 255) = 55.34%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=43.84%
G=55.34%
B=0.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16020230.2100.990.2172.6697.0740.2
HexA0CA31506315496128
Octal24031232501432511114150
Binary10100000110010101110101011000111010110010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA03; }

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

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

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

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

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

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

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

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