#A4F168

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

Shades of Conifer #A4F168

Tints of Conifer #A4F168

Color information

#A4F168 (or 0xA4F168) is unknown color: approx Conifer. HEX triplet: A4, F1 and 68. RGB value is (164,241,104). Sum of RGB (Red+Green+Blue) = 164+241+104=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F168 is #5B0E97. Grayscale: #CACACA. Windows color (decimal): -5967512 or 6877604. OLE color: 6877604.

HSL color Cylindrical-coordinate representation of color #A4F168: hue angle of 93.72º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4F168 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB164241104-
CMYK0.3200.570.05
HSL93.72º83.03%67.65%-
HSV(B)93.72º56.85%94.51%-
XYZ49.2671.824.36-
YUV202.3672.49100.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 104 (41.02% from 255) = 20.43%
R=32.22%
G=47.35%
B=20.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642411040.3200.570.0593.7283.0367.65
HexA4F1682003955e5344
Octal244361150400715136123104
Binary101001001111000111010001000000111001101101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F168; }

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

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

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

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

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

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

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

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