#A8E26A

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

Shades of Conifer #A8E26A

Tints of Conifer #A8E26A

Color information

#A8E26A (or 0xA8E26A) is unknown color: approx Conifer. HEX triplet: A8, E2 and 6A. RGB value is (168,226,106). Sum of RGB (Red+Green+Blue) = 168+226+106=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E26A is #571D95. Grayscale: #C3C3C3. Windows color (decimal): -5709206 or 7004840. OLE color: 7004840.

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

Color convert

RGB168226106-
CMYK0.2600.530.11
HSL89º67.42%65.1%-
HSV(B)89º53.1%88.63%-
XYZ45.9563.7623.52-
YUV194.9877.78108.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 226 (88.67% from 255) = 45.2%
BLUE value IS 106 (41.80% from 255) = 21.2%
R=33.6%
G=45.2%
B=21.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682261060.2600.530.118967.4265.1
HexA8E26A1A035B594341
Octal2503421523206513131103101
Binary101010001110001011010101101001101011011101100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E26A; }

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

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

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

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

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

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

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

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