#a0ce00

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

Shades of Citrus #A0CE00

Tints of Citrus #A0CE00

Color information

#A0CE00 (or 0xA0CE00) is unknown color: approx Citrus. HEX triplet: A0, CE and 00. RGB value is (160,206,0). Sum of RGB (Red+Green+Blue) = 160+206+0=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE00 is #5F31FF. Grayscale: #A9A9A9. Windows color (decimal): -6238720 or 52896. OLE color: 52896.

HSL color Cylindrical-coordinate representation of color #A0CE00: hue angle of 73.4º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0CE00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB1602060-
CMYK0.22010.19
HSL73.4º100%40.39%-
HSV(B)73.4º100%80.78%-
XYZ36.5751.628.04-
YUV168.7632.76121.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 206 (80.86% from 255) = 56.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.72%
G=56.28%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16020600.22010.1973.410040.39
HexA0CE01606413496428
Octal24031602601442311114450
Binary1010000011001110010110011001001001110010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0ce00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0ce00; }

 p { color: rgb(160,206,0); }

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

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

 a { background-color: rgb(160,206,0); }

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

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

 span { border-color: rgb(160,206,0); }

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