#A8F259

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

Shades of Conifer #A8F259

Tints of Conifer #A8F259

Color information

#A8F259 (or 0xA8F259) is unknown color: approx Conifer. HEX triplet: A8, F2 and 59. RGB value is (168,242,89). Sum of RGB (Red+Green+Blue) = 168+242+89=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F259 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F259 is #570DA6. Grayscale: #CACACA. Windows color (decimal): -5705127 or 5894824. OLE color: 5894824.

HSL color Cylindrical-coordinate representation of color #A8F259: hue angle of 89.02º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8F259 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB16824289-
CMYK0.3100.630.05
HSL89.02º85.47%64.9%-
HSV(B)89.02º63.22%94.9%-
XYZ49.772.5520.84-
YUV202.4363.98103.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 89 (35.16% from 255) = 17.84%
R=33.67%
G=48.50%
B=17.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168242890.3100.630.0589.0285.4764.9
HexA8F2591F03F5595541
Octal250362131370775131125101
Binary10101000111100101011001111110111111101101100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F259; }

 p { color: rgb(168,242,89); }

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

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

 a { background-color: rgb(168,242,89); }

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

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

 span { border-color: rgb(168,242,89); }

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