#A6E367

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

Shades of Conifer #A6E367

Tints of Conifer #A6E367

Color information

#A6E367 (or 0xA6E367) is unknown color: approx Conifer. HEX triplet: A6, E3 and 67. RGB value is (166,227,103). Sum of RGB (Red+Green+Blue) = 166+227+103=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E367 is #591C98. Grayscale: #C3C3C3. Windows color (decimal): -5840025 or 6808486. OLE color: 6808486.

HSL color Cylindrical-coordinate representation of color #A6E367: hue angle of 89.52º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6E367 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB166227103-
CMYK0.2700.550.11
HSL89.52º68.89%64.71%-
HSV(B)89.52º54.63%89.02%-
XYZ45.6464.0222.78-
YUV194.6276.29107.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 227 (89.06% from 255) = 45.77%
BLUE value IS 103 (40.62% from 255) = 20.77%
R=33.47%
G=45.77%
B=20.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662271030.2700.550.1189.5268.8964.71
HexA6E3671B037B5a4541
Octal2463431473306713132105101
Binary101001101110001111001111101101101111011101101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E367; }

 p { color: rgb(166,227,103); }

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

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

 a { background-color: rgb(166,227,103); }

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

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

 span { border-color: rgb(166,227,103); }

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