#A8F764

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

Shades of Conifer #A8F764

Tints of Conifer #A8F764

Color information

#A8F764 (or 0xA8F764) is unknown color: approx Conifer. HEX triplet: A8, F7 and 64. RGB value is (168,247,100). Sum of RGB (Red+Green+Blue) = 168+247+100=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F764 is #57089B. Grayscale: #CFCFCF. Windows color (decimal): -5703836 or 6617000. OLE color: 6617000.

HSL color Cylindrical-coordinate representation of color #A8F764: hue angle of 92.24º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F764 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB168247100-
CMYK0.3200.600.03
HSL92.24º90.18%68.04%-
HSV(B)92.24º59.51%96.86%-
XYZ51.7175.7723.96-
YUV206.6267.83100.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 100 (39.45% from 255) = 19.42%
R=32.62%
G=47.96%
B=19.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682471000.3200.600.0392.2490.1868.04
HexA8F7642003C35c5a44
Octal250367144400743134132104
Binary10101000111101111100100100000011110011101110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F764; }

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

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

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

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

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

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

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

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