#A5F966

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

Shades of Conifer #A5F966

Tints of Conifer #A5F966

Color information

#A5F966 (or 0xA5F966) is unknown color: approx Conifer. HEX triplet: A5, F9 and 66. RGB value is (165,249,102). Sum of RGB (Red+Green+Blue) = 165+249+102=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F966 is #5A0699. Grayscale: #CFCFCF. Windows color (decimal): -5899930 or 6748581. OLE color: 6748581.

HSL color Cylindrical-coordinate representation of color #A5F966: hue angle of 94.29º degrees, saturation: 0.92, 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 #A5F966 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB165249102-
CMYK0.3400.590.02
HSL94.29º92.45%68.82%-
HSV(B)94.29º59.04%97.65%-
XYZ51.7976.7124.65-
YUV207.1368.6797.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 249 (97.66% from 255) = 48.26%
BLUE value IS 102 (40.23% from 255) = 19.77%
R=31.98%
G=48.26%
B=19.77%

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
Decimal1652491020.3400.590.0294.2992.4568.82
HexA5F9662203B25e5c45
Octal245371146420732136134105
Binary10100101111110011100110100010011101110101111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F966; }

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

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

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

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

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

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

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

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