#A9E148

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

Shades of Conifer #A9E148

Tints of Conifer #A9E148

Color information

#A9E148 (or 0xA9E148) is unknown color: approx Conifer. HEX triplet: A9, E1 and 48. RGB value is (169,225,72). Sum of RGB (Red+Green+Blue) = 169+225+72=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E148 is #561EB7. Grayscale: #BFBFBF. Windows color (decimal): -5643960 or 4776361. OLE color: 4776361.

HSL color Cylindrical-coordinate representation of color #A9E148: hue angle of 81.96º 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 #A9E148 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB16922572-
CMYK0.2500.680.12
HSL81.96º71.83%58.24%-
HSV(B)81.96º68%88.24%-
XYZ44.4662.7515.9-
YUV190.8160.95112.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 225 (88.28% from 255) = 48.28%
BLUE value IS 72 (28.52% from 255) = 15.45%
R=36.27%
G=48.28%
B=15.45%

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
Decimal169225720.2500.680.1281.9671.8358.24
HexA9E14819044C52483a
Octal2513411103101041412211072
Binary101010011110000110010001100101000100110010100101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E148; }

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

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

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

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

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

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

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

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