#A5FA66

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

Shades of Conifer #A5FA66

Tints of Conifer #A5FA66

Color information

#A5FA66 (or 0xA5FA66) is unknown color: approx Conifer. HEX triplet: A5, FA and 66. RGB value is (165,250,102). Sum of RGB (Red+Green+Blue) = 165+250+102=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FA66 is #5A0599. Grayscale: #D0D0D0. Windows color (decimal): -5899674 or 6748837. OLE color: 6748837.

HSL color Cylindrical-coordinate representation of color #A5FA66: hue angle of 94.46º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5FA66 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB165250102-
CMYK0.3400.590.02
HSL94.46º93.67%69.02%-
HSV(B)94.46º59.2%98.04%-
XYZ52.177.3324.75-
YUV207.7168.3497.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 102 (40.23% from 255) = 19.73%
R=31.91%
G=48.36%
B=19.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652501020.3400.590.0294.4693.6769.02
HexA5FA662203B25e5e45
Octal245372146420732136136105
Binary10100101111110101100110100010011101110101111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FA66; }

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

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

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

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

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

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

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

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