#A6CA51

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

Shades of Conifer #A6CA51

Tints of Conifer #A6CA51

Color information

#A6CA51 (or 0xA6CA51) is unknown color: approx Conifer. HEX triplet: A6, CA and 51. RGB value is (166,202,81). Sum of RGB (Red+Green+Blue) = 166+202+81=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA51 is #5935AE. Grayscale: #B1B1B1. Windows color (decimal): -5846447 or 5360294. OLE color: 5360294.

HSL color Cylindrical-coordinate representation of color #A6CA51: hue angle of 77.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6CA51 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB16620281-
CMYK0.1800.600.21
HSL77.85º53.3%55.49%-
HSV(B)77.85º59.9%79.22%-
XYZ38.3350.9415.6-
YUV177.4473.57119.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 81 (32.03% from 255) = 18.04%
R=36.97%
G=44.99%
B=18.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166202810.1800.600.2177.8553.355.49
HexA6CA511203C154e3537
Octal24631212122074251166567
Binary10100110110010101010001100100111100101011001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA51; }

 p { color: rgb(166,202,81); }

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

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

 a { background-color: rgb(166,202,81); }

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

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

 span { border-color: rgb(166,202,81); }

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