#A8E95C

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

Shades of Conifer #A8E95C

Tints of Conifer #A8E95C

Color information

#A8E95C (or 0xA8E95C) is unknown color: approx Conifer. HEX triplet: A8, E9 and 5C. RGB value is (168,233,92). Sum of RGB (Red+Green+Blue) = 168+233+92=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E95C is #5716A3. Grayscale: #C5C5C5. Windows color (decimal): -5707428 or 6089128. OLE color: 6089128.

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

Color convert

RGB16823392-
CMYK0.2800.610.09
HSL87.66º76.22%63.73%-
HSV(B)87.66º60.52%91.37%-
XYZ47.2267.3820.64-
YUV197.4968.47106.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 233 (91.41% from 255) = 47.26%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=34.08%
G=47.26%
B=18.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168233920.2800.610.0987.6676.2263.73
HexA8E95C1C03D9584c40
Octal2503511343407511130114100
Binary101010001110100110111001110001111011001101100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E95C; }

 p { color: rgb(168,233,92); }

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

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

 a { background-color: rgb(168,233,92); }

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

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

 span { border-color: rgb(168,233,92); }

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