#A7E366

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

Shades of Conifer #A7E366

Tints of Conifer #A7E366

Color information

#A7E366 (or 0xA7E366) is unknown color: approx Conifer. HEX triplet: A7, E3 and 66. RGB value is (167,227,102). Sum of RGB (Red+Green+Blue) = 167+227+102=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #A7E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E366 is #581C99. Grayscale: #C3C3C3. Windows color (decimal): -5774490 or 6742951. OLE color: 6742951.

HSL color Cylindrical-coordinate representation of color #A7E366: hue angle of 88.8º 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 #A7E366 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB167227102-
CMYK0.2600.550.11
HSL88.8º69.06%64.51%-
HSV(B)88.8º55.07%89.02%-
XYZ45.864.1122.53-
YUV194.8175.62108.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 227 (89.06% from 255) = 45.77%
BLUE value IS 102 (40.23% from 255) = 20.56%
R=33.67%
G=45.77%
B=20.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1672271020.2600.550.1188.869.0664.51
HexA7E3661A037B594541
Octal2473431463206713131105101
Binary101001111110001111001101101001101111011101100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E366; }

 p { color: rgb(167,227,102); }

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

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

 a { background-color: rgb(167,227,102); }

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

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

 span { border-color: rgb(167,227,102); }

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