#A8F36A

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

Shades of Conifer #A8F36A

Tints of Conifer #A8F36A

Color information

#A8F36A (or 0xA8F36A) is unknown color: approx Conifer. HEX triplet: A8, F3 and 6A. RGB value is (168,243,106). Sum of RGB (Red+Green+Blue) = 168+243+106=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F36A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F36A is #570C95. Grayscale: #CDCDCD. Windows color (decimal): -5704854 or 7009192. OLE color: 7009192.

HSL color Cylindrical-coordinate representation of color #A8F36A: hue angle of 92.85º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8F36A is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB168243106-
CMYK0.3100.560.05
HSL92.85º85.09%68.43%-
HSV(B)92.85º56.38%95.29%-
XYZ50.873.4725.14-
YUV204.9672.15101.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=32.50%
G=47.00%
B=20.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682431060.3100.560.0592.8585.0968.43
HexA8F36A1F03855d5544
Octal250363152370705135125104
Binary10101000111100111101010111110111000101101110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F36A; }

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

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

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

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

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

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

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

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