#A8E765

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

Shades of Conifer #A8E765

Tints of Conifer #A8E765

Color information

#A8E765 (or 0xA8E765) is unknown color: approx Conifer. HEX triplet: A8, E7 and 65. RGB value is (168,231,101). Sum of RGB (Red+Green+Blue) = 168+231+101=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E765 is #57189A. Grayscale: #C5C5C5. Windows color (decimal): -5707931 or 6678440. OLE color: 6678440.

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

Color convert

RGB168231101-
CMYK0.2700.560.09
HSL89.08º73.03%65.1%-
HSV(B)89.08º56.28%90.59%-
XYZ47.0766.4222.65-
YUV197.3473.63107.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=33.6%
G=46.2%
B=20.2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1682311010.2700.560.0989.0873.0365.1
HexA8E7651B0389594941
Octal2503471453307011131111101
Binary101010001110011111001011101101110001001101100110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E765; }

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

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

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

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

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

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

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

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