#A8F765

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

Shades of Conifer #A8F765

Tints of Conifer #A8F765

Color information

#A8F765 (or 0xA8F765) is unknown color: approx Conifer. HEX triplet: A8, F7 and 65. RGB value is (168,247,101). Sum of RGB (Red+Green+Blue) = 168+247+101=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F765 is #57089A. Grayscale: #CFCFCF. Windows color (decimal): -5703835 or 6682536. OLE color: 6682536.

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

Color convert

RGB168247101-
CMYK0.3200.590.03
HSL92.47º90.12%68.24%-
HSV(B)92.47º59.11%96.86%-
XYZ51.7675.7924.21-
YUV206.7468.33100.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 101 (39.84% from 255) = 19.57%
R=32.56%
G=47.87%
B=19.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682471010.3200.590.0392.4790.1268.24
HexA8F7652003B35c5a44
Octal250367145400733134132104
Binary10101000111101111100101100000011101111101110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F765; }

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

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

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

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

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

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

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

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