#A2C203

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

Shades of Citrus #A2C203

Tints of Citrus #A2C203

Color information

#A2C203 (or 0xA2C203) is unknown color: approx Citrus. HEX triplet: A2, C2 and 03. RGB value is (162,194,3). Sum of RGB (Red+Green+Blue) = 162+194+3=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C203 is #5D3DFC. Grayscale: #A3A3A3. Windows color (decimal): -6110717 or 246434. OLE color: 246434.

HSL color Cylindrical-coordinate representation of color #A2C203: hue angle of 70.05º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2C203 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1621943-
CMYK0.1600.980.24
HSL70.05º96.95%38.63%-
HSV(B)70.05º98.45%76.08%-
XYZ34.2146.277.21-
YUV162.6637.9127.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 194 (76.17% from 255) = 54.04%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=45.13%
G=54.04%
B=0.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16219430.1600.980.2470.0596.9538.63
HexA2C231006218466127
Octal24230232001423010614147
Binary10100010110000101110000011000101100010001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C203; }

 p { color: rgb(162,194,3); }

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

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

 a { background-color: rgb(162,194,3); }

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

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

 span { border-color: rgb(162,194,3); }

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