#A1C60E

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

Shades of Citrus #A1C60E

Tints of Citrus #A1C60E

Color information

#A1C60E (or 0xA1C60E) is unknown color: approx Citrus. HEX triplet: A1, C6 and 0E. RGB value is (161,198,14). Sum of RGB (Red+Green+Blue) = 161+198+14=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C60E is #5E39F1. Grayscale: #A6A6A6. Windows color (decimal): -6175218 or 968353. OLE color: 968353.

HSL color Cylindrical-coordinate representation of color #A1C60E: hue angle of 72.07º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1C60E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB16119814-
CMYK0.1900.930.22
HSL72.07º86.79%41.57%-
HSV(B)72.07º92.93%77.65%-
XYZ34.97487.84-
YUV165.9642.24124.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 198 (77.73% from 255) = 53.08%
BLUE value IS 14 (5.86% from 255) = 3.75%
R=43.16%
G=53.08%
B=3.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161198140.1900.930.2272.0786.7941.57
HexA1C6E1305D1648572a
Octal241306162301352611012752
Binary1010000111000110111010011010111011011010010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C60E; }

 p { color: rgb(161,198,14); }

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

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

 a { background-color: rgb(161,198,14); }

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

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

 span { border-color: rgb(161,198,14); }

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