#A4F160

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

Shades of Conifer #A4F160

Tints of Conifer #A4F160

Color information

#A4F160 (or 0xA4F160) is unknown color: approx Conifer. HEX triplet: A4, F1 and 60. RGB value is (164,241,96). Sum of RGB (Red+Green+Blue) = 164+241+96=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F160 is #5B0E9F. Grayscale: #C9C9C9. Windows color (decimal): -5967520 or 6353316. OLE color: 6353316.

HSL color Cylindrical-coordinate representation of color #A4F160: hue angle of 91.86º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4F160 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB16424196-
CMYK0.3200.600.05
HSL91.86º83.82%66.08%-
HSV(B)91.86º60.17%94.51%-
XYZ48.8871.6522.32-
YUV201.4568.49101.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=32.73%
G=48.10%
B=19.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164241960.3200.600.0591.8683.8266.08
HexA4F1602003C55c5442
Octal244361140400745134124102
Binary101001001111000111000001000000111100101101110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F160; }

 p { color: rgb(164,241,96); }

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

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

 a { background-color: rgb(164,241,96); }

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

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

 span { border-color: rgb(164,241,96); }

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