#A4F966

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

Shades of Conifer #A4F966

Tints of Conifer #A4F966

Color information

#A4F966 (or 0xA4F966) is unknown color: approx Conifer. HEX triplet: A4, F9 and 66. RGB value is (164,249,102). Sum of RGB (Red+Green+Blue) = 164+249+102=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F966 is #5B0699. Grayscale: #CFCFCF. Windows color (decimal): -5965466 or 6748580. OLE color: 6748580.

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

Color convert

RGB164249102-
CMYK0.3400.590.02
HSL94.69º92.45%68.82%-
HSV(B)94.69º59.04%97.65%-
XYZ51.5876.624.64-
YUV206.8368.8497.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 249 (97.66% from 255) = 48.35%
BLUE value IS 102 (40.23% from 255) = 19.81%
R=31.84%
G=48.35%
B=19.81%

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
Decimal1642491020.3400.590.0294.6992.4568.82
HexA4F9662203B25f5c45
Octal244371146420732137134105
Binary10100100111110011100110100010011101110101111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F966; }

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

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

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

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

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

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

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

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