#A6C009

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

Shades of Citrus #A6C009

Tints of Citrus #A6C009

Color information

#A6C009 (or 0xA6C009) is unknown color: approx Citrus. HEX triplet: A6, C0 and 09. RGB value is (166,192,9). Sum of RGB (Red+Green+Blue) = 166+192+9=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C009 is #593FF6. Grayscale: #A4A4A4. Windows color (decimal): -5849079 or 639142. OLE color: 639142.

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

Color convert

RGB1661929-
CMYK0.1400.950.25
HSL68.52º91.04%39.41%-
HSV(B)68.52º95.31%75.29%-
XYZ34.6245.837.28-
YUV163.3640.89129.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 192 (75.39% from 255) = 52.32%
BLUE value IS 9 (3.91% from 255) = 2.45%
R=45.23%
G=52.32%
B=2.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16619290.1400.950.2568.5291.0439.41
HexA6C09E05F19455b27
Octal246300111601373110513347
Binary101001101100000010011110010111111100110001011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C009; }

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

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

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

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

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

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

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

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