#A6C00D

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

Shades of Citrus #A6C00D

Tints of Citrus #A6C00D

Color information

#A6C00D (or 0xA6C00D) is unknown color: approx Citrus. HEX triplet: A6, C0 and 0D. RGB value is (166,192,13). Sum of RGB (Red+Green+Blue) = 166+192+13=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C00D is #593FF2. Grayscale: #A4A4A4. Windows color (decimal): -5849075 or 901286. OLE color: 901286.

HSL color Cylindrical-coordinate representation of color #A6C00D: hue angle of 68.72º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6C00D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB16619213-
CMYK0.1400.930.25
HSL68.72º87.32%40.2%-
HSV(B)68.72º93.23%75.29%-
XYZ34.6545.847.4-
YUV163.8242.89129.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 192 (75.39% from 255) = 51.75%
BLUE value IS 13 (5.47% from 255) = 3.50%
R=44.74%
G=51.75%
B=3.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166192130.1400.930.2568.7287.3240.2
HexA6C0DE05D19455728
Octal246300151601353110512750
Binary101001101100000011011110010111011100110001011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C00D; }

 p { color: rgb(166,192,13); }

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

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

 a { background-color: rgb(166,192,13); }

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

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

 span { border-color: rgb(166,192,13); }

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