#A8E364

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

Shades of Conifer #A8E364

Tints of Conifer #A8E364

Color information

#A8E364 (or 0xA8E364) is unknown color: approx Conifer. HEX triplet: A8, E3 and 64. RGB value is (168,227,100). Sum of RGB (Red+Green+Blue) = 168+227+100=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E364 is #571C9B. Grayscale: #C3C3C3. Windows color (decimal): -5708956 or 6611880. OLE color: 6611880.

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

Color convert

RGB168227100-
CMYK0.2600.560.11
HSL87.87º69.4%64.12%-
HSV(B)87.87º55.95%89.02%-
XYZ45.9264.1822.03-
YUV194.8874.45108.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 227 (89.06% from 255) = 45.86%
BLUE value IS 100 (39.45% from 255) = 20.20%
R=33.94%
G=45.86%
B=20.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682271000.2600.560.1187.8769.464.12
HexA8E3641A038B584540
Octal2503431443207013130105100
Binary101010001110001111001001101001110001011101100010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E364; }

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

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

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

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

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

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

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

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