#A8FE55

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

Shades of Conifer #A8FE55

Tints of Conifer #A8FE55

Color information

#A8FE55 (or 0xA8FE55) is unknown color: approx Conifer. HEX triplet: A8, FE and 55. RGB value is (168,254,85). Sum of RGB (Red+Green+Blue) = 168+254+85=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE55 is #5701AA. Grayscale: #D1D1D1. Windows color (decimal): -5702059 or 5635752. OLE color: 5635752.

HSL color Cylindrical-coordinate representation of color #A8FE55: hue angle of 90.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8FE55 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB16825485-
CMYK0.3400.670.00
HSL90.53º98.83%66.47%-
HSV(B)90.53º66.54%99.61%-
XYZ53.2379.8621.2-
YUV209.0258.0198.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 254 (99.61% from 255) = 50.10%
BLUE value IS 85 (33.59% from 255) = 16.77%
R=33.14%
G=50.10%
B=16.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal168254850.3400.670.0090.5398.8366.47
HexA8FE552204305b6342
Octal2503761254201030133143102
Binary10101000111111101010101100010010000110101101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FE55; }

 p { color: rgb(168,254,85); }

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

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

 a { background-color: rgb(168,254,85); }

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

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

 span { border-color: rgb(168,254,85); }

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