#A4E166

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

Shades of Conifer #A4E166

Tints of Conifer #A4E166

Color information

#A4E166 (or 0xA4E166) is unknown color: approx Conifer. HEX triplet: A4, E1 and 66. RGB value is (164,225,102). Sum of RGB (Red+Green+Blue) = 164+225+102=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E166 is #5B1E99. Grayscale: #C1C1C1. Windows color (decimal): -5971610 or 6742436. OLE color: 6742436.

HSL color Cylindrical-coordinate representation of color #A4E166: hue angle of 89.76º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4E166 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB164225102-
CMYK0.2700.550.12
HSL89.76º67.21%64.12%-
HSV(B)89.76º54.67%88.24%-
XYZ44.6362.722.32-
YUV192.7476.79107.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=33.40%
G=45.82%
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.12
SystemRedGreenBlueCMYKHSL
Decimal1642251020.2700.550.1289.7667.2164.12
HexA4E1661B037C5a4340
Octal2443411463306714132103100
Binary101001001110000111001101101101101111100101101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E166; }

 p { color: rgb(164,225,102); }

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

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

 a { background-color: rgb(164,225,102); }

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

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

 span { border-color: rgb(164,225,102); }

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