#A3D000

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

Shades of Citrus #A3D000

Tints of Citrus #A3D000

Color information

#A3D000 (or 0xA3D000) is unknown color: approx Citrus. HEX triplet: A3, D0 and 00. RGB value is (163,208,0). Sum of RGB (Red+Green+Blue) = 163+208+0=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D000 is #5C2FFF. Grayscale: #ABABAB. Windows color (decimal): -6041600 or 53411. OLE color: 53411.

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

Color convert

RGB1632080-
CMYK0.22010.18
HSL72.98º100%40.78%-
HSV(B)72.98º100%81.57%-
XYZ37.6652.98.23-
YUV170.8331.59122.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.94%
G=56.06%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16320800.22010.1872.9810040.78
HexA3D001606412496429
Octal24332002601442211114451
Binary1010001111010000010110011001001001010010011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D000; }

 p { color: rgb(163,208,0); }

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

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

 a { background-color: rgb(163,208,0); }

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

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

 span { border-color: rgb(163,208,0); }

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