#A8D148

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

Shades of Conifer #A8D148

Tints of Conifer #A8D148

Color information

#A8D148 (or 0xA8D148) is unknown color: approx Conifer. HEX triplet: A8, D1 and 48. RGB value is (168,209,72). Sum of RGB (Red+Green+Blue) = 168+209+72=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D148 is #572EB7. Grayscale: #B5B5B5. Windows color (decimal): -5713592 or 4772264. OLE color: 4772264.

HSL color Cylindrical-coordinate representation of color #A8D148: hue angle of 77.96º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8D148 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB16820972-
CMYK0.2000.660.18
HSL77.96º59.83%55.1%-
HSV(B)77.96º65.55%81.96%-
XYZ40.1254.3914.52-
YUV181.1266.42118.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 209 (82.03% from 255) = 46.55%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=37.42%
G=46.55%
B=16.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168209720.2000.660.1877.9659.8355.1
HexA8D14814042124e3c37
Octal250321110240102221167467
Binary101010001101000110010001010001000010100101001110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D148; }

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

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

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

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

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

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

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

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