#A5FD66

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

Shades of Conifer #A5FD66

Tints of Conifer #A5FD66

Color information

#A5FD66 (or 0xA5FD66) is unknown color: approx Conifer. HEX triplet: A5, FD and 66. RGB value is (165,253,102). Sum of RGB (Red+Green+Blue) = 165+253+102=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD66 is #5A0299. Grayscale: #D1D1D1. Windows color (decimal): -5898906 or 6749605. OLE color: 6749605.

HSL color Cylindrical-coordinate representation of color #A5FD66: hue angle of 94.97º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5FD66 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB165253102-
CMYK0.3500.600.01
HSL94.97º97.42%69.61%-
HSV(B)94.97º59.68%99.22%-
XYZ53.0479.2125.06-
YUV209.4767.3596.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 253 (99.22% from 255) = 48.65%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=31.73%
G=48.65%
B=19.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531020.3500.600.0194.9797.4269.61
HexA5FD662303C15f6146
Octal245375146430741137141106
Binary1010010111111101110011010001101111001101111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FD66; }

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

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

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

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

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

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

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

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