#A0C002

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

Shades of Citrus #A0C002

Tints of Citrus #A0C002

Color information

#A0C002 (or 0xA0C002) is unknown color: approx Citrus. HEX triplet: A0, C0 and 02. RGB value is (160,192,2). Sum of RGB (Red+Green+Blue) = 160+192+2=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C002 is #5F3FFD. Grayscale: #A1A1A1. Windows color (decimal): -6242302 or 180384. OLE color: 180384.

HSL color Cylindrical-coordinate representation of color #A0C002: hue angle of 70.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0C002 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1601922-
CMYK0.1700.990.25
HSL70.11º97.94%38.04%-
HSV(B)70.11º98.96%75.29%-
XYZ33.3645.187.02-
YUV160.7738.4127.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 192 (75.39% from 255) = 54.24%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=45.20%
G=54.24%
B=0.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16019220.1700.990.2570.1197.9438.04
HexA0C021106319466226
Octal24030022101433110614246
Binary10100000110000001010001011000111100110001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C002; }

 p { color: rgb(160,192,2); }

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

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

 a { background-color: rgb(160,192,2); }

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

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

 span { border-color: rgb(160,192,2); }

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