#A8E366

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

Shades of Conifer #A8E366

Tints of Conifer #A8E366

Color information

#A8E366 (or 0xA8E366) is unknown color: approx Conifer. HEX triplet: A8, E3 and 66. RGB value is (168,227,102). Sum of RGB (Red+Green+Blue) = 168+227+102=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E366 is #571C99. Grayscale: #C3C3C3. Windows color (decimal): -5708954 or 6742952. OLE color: 6742952.

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

Color convert

RGB168227102-
CMYK0.2600.550.11
HSL88.32º69.06%64.51%-
HSV(B)88.32º55.07%89.02%-
XYZ46.0264.2222.54-
YUV195.1175.45108.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 102 (40.23% from 255) = 20.52%
R=33.80%
G=45.67%
B=20.52%

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
Decimal1682271020.2600.550.1188.3269.0664.51
HexA8E3661A037B584541
Octal2503431463206713130105101
Binary101010001110001111001101101001101111011101100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E366; }

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

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

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

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

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

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

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

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