#A8F46A

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

Shades of Conifer #A8F46A

Tints of Conifer #A8F46A

Color information

#A8F46A (or 0xA8F46A) is unknown color: approx Conifer. HEX triplet: A8, F4 and 6A. RGB value is (168,244,106). Sum of RGB (Red+Green+Blue) = 168+244+106=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F46A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F46A is #570B95. Grayscale: #CECECE. Windows color (decimal): -5704598 or 7009448. OLE color: 7009448.

HSL color Cylindrical-coordinate representation of color #A8F46A: hue angle of 93.04º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8F46A is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB168244106-
CMYK0.3100.570.04
HSL93.04º86.25%68.63%-
HSV(B)93.04º56.56%95.69%-
XYZ51.174.0725.24-
YUV205.5471.82101.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 244 (95.70% from 255) = 47.10%
BLUE value IS 106 (41.80% from 255) = 20.46%
R=32.43%
G=47.10%
B=20.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682441060.3100.570.0493.0486.2568.63
HexA8F46A1F03945d5645
Octal250364152370714135126105
Binary10101000111101001101010111110111001100101110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F46A; }

 p { color: rgb(168,244,106); }

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

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

 a { background-color: rgb(168,244,106); }

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

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

 span { border-color: rgb(168,244,106); }

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