#A4FA68

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

Shades of Conifer #A4FA68

Tints of Conifer #A4FA68

Color information

#A4FA68 (or 0xA4FA68) is unknown color: approx Conifer. HEX triplet: A4, FA and 68. RGB value is (164,250,104). Sum of RGB (Red+Green+Blue) = 164+250+104=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA68 is #5B0597. Grayscale: #D0D0D0. Windows color (decimal): -5965208 or 6879908. OLE color: 6879908.

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

Color convert

RGB164250104-
CMYK0.3400.580.02
HSL95.34º93.59%69.41%-
HSV(B)95.34º58.4%98.04%-
XYZ51.9977.2625.27-
YUV207.6469.5196.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 104 (41.02% from 255) = 20.08%
R=31.66%
G=48.26%
B=20.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501040.3400.580.0295.3493.5969.41
HexA4FA682203A25f5e45
Octal244372150420722137136105
Binary10100100111110101101000100010011101010101111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA68; }

 p { color: rgb(164,250,104); }

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

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

 a { background-color: rgb(164,250,104); }

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

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

 span { border-color: rgb(164,250,104); }

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