#A8F565

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

Shades of Conifer #A8F565

Tints of Conifer #A8F565

Color information

#A8F565 (or 0xA8F565) is unknown color: approx Conifer. HEX triplet: A8, F5 and 65. RGB value is (168,245,101). Sum of RGB (Red+Green+Blue) = 168+245+101=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F565 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F565 is #570A9A. Grayscale: #CECECE. Windows color (decimal): -5704347 or 6682024. OLE color: 6682024.

HSL color Cylindrical-coordinate representation of color #A8F565: hue angle of 92.08º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F565 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB168245101-
CMYK0.3100.590.04
HSL92.08º87.8%67.84%-
HSV(B)92.08º58.78%96.08%-
XYZ51.1574.5724.01-
YUV205.5668.99101.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 245 (96.09% from 255) = 47.67%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=32.68%
G=47.67%
B=19.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682451010.3100.590.0492.0887.867.84
HexA8F5651F03B45c5844
Octal250365145370734134130104
Binary10101000111101011100101111110111011100101110010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F565; }

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

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

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

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

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

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

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

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