#A6C107

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

Shades of Citrus #A6C107

Tints of Citrus #A6C107

Color information

#A6C107 (or 0xA6C107) is unknown color: approx Citrus. HEX triplet: A6, C1 and 07. RGB value is (166,193,7). Sum of RGB (Red+Green+Blue) = 166+193+7=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C107 is #593EF8. Grayscale: #A4A4A4. Windows color (decimal): -5848825 or 508326. OLE color: 508326.

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

Color convert

RGB1661937-
CMYK0.1400.960.24
HSL68.71º93%39.22%-
HSV(B)68.71º96.37%75.69%-
XYZ34.8346.267.29-
YUV163.7239.55129.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 193 (75.78% from 255) = 52.73%
BLUE value IS 7 (3.12% from 255) = 1.91%
R=45.36%
G=52.73%
B=1.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16619370.1400.960.2468.719339.22
HexA6C17E06018455d27
Octal24630171601403010513547
Binary10100110110000011111110011000001100010001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C107; }

 p { color: rgb(166,193,7); }

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

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

 a { background-color: rgb(166,193,7); }

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

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

 span { border-color: rgb(166,193,7); }

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