#A8E75E

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

Shades of Conifer #A8E75E

Tints of Conifer #A8E75E

Color information

#A8E75E (or 0xA8E75E) is unknown color: approx Conifer. HEX triplet: A8, E7 and 5E. RGB value is (168,231,94). Sum of RGB (Red+Green+Blue) = 168+231+94=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E75E is #5718A1. Grayscale: #C5C5C5. Windows color (decimal): -5707938 or 6219688. OLE color: 6219688.

HSL color Cylindrical-coordinate representation of color #A8E75E: hue angle of 87.59º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8E75E is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB16823194-
CMYK0.2700.590.09
HSL87.59º74.05%63.73%-
HSV(B)87.59º59.31%90.59%-
XYZ46.7466.2820.92-
YUV196.5470.13107.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 94 (37.11% from 255) = 19.07%
R=34.08%
G=46.86%
B=19.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168231940.2700.590.0987.5974.0563.73
HexA8E75E1B03B9584a40
Octal2503471363307311130112100
Binary101010001110011110111101101101110111001101100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E75E; }

 p { color: rgb(168,231,94); }

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

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

 a { background-color: rgb(168,231,94); }

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

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

 span { border-color: rgb(168,231,94); }

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