#A8E168

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

Shades of Conifer #A8E168

Tints of Conifer #A8E168

Color information

#A8E168 (or 0xA8E168) is unknown color: approx Conifer. HEX triplet: A8, E1 and 68. RGB value is (168,225,104). Sum of RGB (Red+Green+Blue) = 168+225+104=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E168 is #571E97. Grayscale: #C2C2C2. Windows color (decimal): -5709464 or 6873512. OLE color: 6873512.

HSL color Cylindrical-coordinate representation of color #A8E168: hue angle of 88.26º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8E168 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB168225104-
CMYK0.2500.540.12
HSL88.26º66.85%64.51%-
HSV(B)88.26º53.78%88.24%-
XYZ45.5763.1722.89-
YUV194.1677.12109.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 225 (88.28% from 255) = 45.27%
BLUE value IS 104 (41.02% from 255) = 20.93%
R=33.80%
G=45.27%
B=20.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682251040.2500.540.1288.2666.8564.51
HexA8E16819036C584341
Octal2503411503106614130103101
Binary101010001110000111010001100101101101100101100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E168; }

 p { color: rgb(168,225,104); }

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

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

 a { background-color: rgb(168,225,104); }

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

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

 span { border-color: rgb(168,225,104); }

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