#A5E766

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

Shades of Conifer #A5E766

Tints of Conifer #A5E766

Color information

#A5E766 (or 0xA5E766) is unknown color: approx Conifer. HEX triplet: A5, E7 and 66. RGB value is (165,231,102). Sum of RGB (Red+Green+Blue) = 165+231+102=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E766 is #5A1899. Grayscale: #C5C5C5. Windows color (decimal): -5904538 or 6743973. OLE color: 6743973.

HSL color Cylindrical-coordinate representation of color #A5E766: hue angle of 90.7º 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 #A5E766 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB165231102-
CMYK0.2900.560.09
HSL90.7º72.88%65.29%-
HSV(B)90.7º55.84%90.59%-
XYZ46.4966.1122.88-
YUV196.5674.63105.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 231 (90.62% from 255) = 46.39%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=33.13%
G=46.39%
B=20.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652311020.2900.560.0990.772.8865.29
HexA5E7661D03895b4941
Octal2453471463507011133111101
Binary101001011110011111001101110101110001001101101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E766; }

 p { color: rgb(165,231,102); }

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

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

 a { background-color: rgb(165,231,102); }

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

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

 span { border-color: rgb(165,231,102); }

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