#A4F768

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

Shades of Conifer #A4F768

Tints of Conifer #A4F768

Color information

#A4F768 (or 0xA4F768) is unknown color: approx Conifer. HEX triplet: A4, F7 and 68. RGB value is (164,247,104). Sum of RGB (Red+Green+Blue) = 164+247+104=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F768 is #5B0897. Grayscale: #CECECE. Windows color (decimal): -5965976 or 6879140. OLE color: 6879140.

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

Color convert

RGB164247104-
CMYK0.3400.580.03
HSL94.83º89.94%68.82%-
HSV(B)94.83º57.89%96.86%-
XYZ51.0775.4124.96-
YUV205.8870.598.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 104 (41.02% from 255) = 20.19%
R=31.84%
G=47.96%
B=20.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642471040.3400.580.0394.8389.9468.82
HexA4F7682203A35f5a45
Octal244367150420723137132105
Binary10100100111101111101000100010011101011101111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F768; }

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

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

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

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

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

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

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

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