#A6E748

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

Shades of Conifer #A6E748

Tints of Conifer #A6E748

Color information

#A6E748 (or 0xA6E748) is unknown color: approx Conifer. HEX triplet: A6, E7 and 48. RGB value is (166,231,72). Sum of RGB (Red+Green+Blue) = 166+231+72=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E748 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E748 is #5918B7. Grayscale: #C2C2C2. Windows color (decimal): -5839032 or 4777894. OLE color: 4777894.

HSL color Cylindrical-coordinate representation of color #A6E748: hue angle of 84.53º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6E748 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB16623172-
CMYK0.2800.690.09
HSL84.53º76.81%59.41%-
HSV(B)84.53º68.83%90.59%-
XYZ45.4765.7316.42-
YUV193.4459.47108.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 231 (90.62% from 255) = 49.25%
BLUE value IS 72 (28.52% from 255) = 15.35%
R=35.39%
G=49.25%
B=15.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166231720.2800.690.0984.5376.8159.41
HexA6E7481C0459554d3b
Octal2463471103401051112511573
Binary101001101110011110010001110001000101100110101011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E748; }

 p { color: rgb(166,231,72); }

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

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

 a { background-color: rgb(166,231,72); }

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

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

 span { border-color: rgb(166,231,72); }

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