#A6C405

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

Shades of Citrus #A6C405

Tints of Citrus #A6C405

Color information

#A6C405 (or 0xA6C405) is unknown color: approx Citrus. HEX triplet: A6, C4 and 05. RGB value is (166,196,5). Sum of RGB (Red+Green+Blue) = 166+196+5=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C405 is #593BFA. Grayscale: #A5A5A5. Windows color (decimal): -5848059 or 378022. OLE color: 378022.

HSL color Cylindrical-coordinate representation of color #A6C405: hue angle of 69.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6C405 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB1661965-
CMYK0.1500.970.23
HSL69.42º95.02%39.41%-
HSV(B)69.42º97.45%76.86%-
XYZ35.4947.67.46-
YUV165.2637.56128.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 196 (76.95% from 255) = 53.41%
BLUE value IS 5 (2.34% from 255) = 1.36%
R=45.23%
G=53.41%
B=1.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16619650.1500.970.2369.4295.0239.41
HexA6C45F06117455f27
Octal24630451701412710513747
Binary10100110110001001011111011000011011110001011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C405; }

 p { color: rgb(166,196,5); }

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

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

 a { background-color: rgb(166,196,5); }

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

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

 span { border-color: rgb(166,196,5); }

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