#A8E148

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

Shades of Conifer #A8E148

Tints of Conifer #A8E148

Color information

#A8E148 (or 0xA8E148) is unknown color: approx Conifer. HEX triplet: A8, E1 and 48. RGB value is (168,225,72). Sum of RGB (Red+Green+Blue) = 168+225+72=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E148 is #571EB7. Grayscale: #BFBFBF. Windows color (decimal): -5709496 or 4776360. OLE color: 4776360.

HSL color Cylindrical-coordinate representation of color #A8E148: hue angle of 82.35º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8E148 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB16822572-
CMYK0.2500.680.12
HSL82.35º71.83%58.24%-
HSV(B)82.35º68%88.24%-
XYZ44.2462.6415.89-
YUV190.5261.12111.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 225 (88.28% from 255) = 48.39%
BLUE value IS 72 (28.52% from 255) = 15.48%
R=36.13%
G=48.39%
B=15.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168225720.2500.680.1282.3571.8358.24
HexA8E14819044C52483a
Octal2503411103101041412211072
Binary101010001110000110010001100101000100110010100101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E148; }

 p { color: rgb(168,225,72); }

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

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

 a { background-color: rgb(168,225,72); }

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

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

 span { border-color: rgb(168,225,72); }

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