#A8E350

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

Shades of Conifer #A8E350

Tints of Conifer #A8E350

Color information

#A8E350 (or 0xA8E350) is unknown color: approx Conifer. HEX triplet: A8, E3 and 50. RGB value is (168,227,80). Sum of RGB (Red+Green+Blue) = 168+227+80=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E350 is #571CAF. Grayscale: #C1C1C1. Windows color (decimal): -5708976 or 5301160. OLE color: 5301160.

HSL color Cylindrical-coordinate representation of color #A8E350: hue angle of 84.08º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8E350 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB16822780-
CMYK0.2600.650.11
HSL84.08º72.41%60.2%-
HSV(B)84.08º64.76%89.02%-
XYZ45.0763.8417.54-
YUV192.664.45110.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 227 (89.06% from 255) = 47.79%
BLUE value IS 80 (31.64% from 255) = 16.84%
R=35.37%
G=47.79%
B=16.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168227800.2600.650.1184.0872.4160.2
HexA8E3501A041B54483c
Octal2503431203201011312411074
Binary101010001110001110100001101001000001101110101001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E350; }

 p { color: rgb(168,227,80); }

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

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

 a { background-color: rgb(168,227,80); }

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

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

 span { border-color: rgb(168,227,80); }

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